aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarAppearance.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-12-10 12:33:56 +0000
committerUbitUmarov2019-12-10 12:33:56 +0000
commit449bd9beabc64b1aa1bf7ca7faf8d2a8cefd4d4f (patch)
tree2db5362db4d4408036c47f7feea3c1607c1381aa /OpenSim/Framework/AvatarAppearance.cs
parentmantis 8632: stop trigering Changed on just scale checks (diff)
downloadopensim-SC-449bd9beabc64b1aa1bf7ca7faf8d2a8cefd4d4f.zip
opensim-SC-449bd9beabc64b1aa1bf7ca7faf8d2a8cefd4d4f.tar.gz
opensim-SC-449bd9beabc64b1aa1bf7ca7faf8d2a8cefd4d4f.tar.bz2
opensim-SC-449bd9beabc64b1aa1bf7ca7faf8d2a8cefd4d4f.tar.xz
enforce invariant culture on landmarks
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/AvatarAppearance.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs
index 87425d8..3973d36 100644
--- a/OpenSim/Framework/AvatarAppearance.cs
+++ b/OpenSim/Framework/AvatarAppearance.cs
@@ -55,7 +55,7 @@ namespace OpenSim.Framework
55 55
56 // regions and viewer compatibility 56 // regions and viewer compatibility
57 public readonly static int TEXTURE_COUNT = 45; 57 public readonly static int TEXTURE_COUNT = 45;
58 public const int TEXTURE_COUNT_PV7 = 26; 58 public const int TEXTURE_COUNT_PV7 = 29;
59 public const int BAKES_COUNT_PV7 = 6; 59 public const int BAKES_COUNT_PV7 = 6;
60 public const int MAXWEARABLE_PV7 = 16; 60 public const int MAXWEARABLE_PV7 = 16;
61 public const int MAXWEARABLE_LEGACY = 15; 61 public const int MAXWEARABLE_LEGACY = 15;