aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarWearable.cs
diff options
context:
space:
mode:
authorUbitUmarov2014-08-07 22:47:29 +0100
committerUbitUmarov2014-08-07 22:47:29 +0100
commit7486684436583a4d9a1b800833581b26e83b9c0b (patch)
treec1e4a9caa21c1944c2513d1531ed0144a086f402 /OpenSim/Framework/AvatarWearable.cs
parentbug (diff)
downloadopensim-SC_OLD-7486684436583a4d9a1b800833581b26e83b9c0b.zip
opensim-SC_OLD-7486684436583a4d9a1b800833581b26e83b9c0b.tar.gz
opensim-SC_OLD-7486684436583a4d9a1b800833581b26e83b9c0b.tar.bz2
opensim-SC_OLD-7486684436583a4d9a1b800833581b26e83b9c0b.tar.xz
update the max number of texture faces and wearables to current values.
This should be safe now..
Diffstat (limited to 'OpenSim/Framework/AvatarWearable.cs')
-rw-r--r--OpenSim/Framework/AvatarWearable.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/AvatarWearable.cs b/OpenSim/Framework/AvatarWearable.cs
index aee295a..b104325 100644
--- a/OpenSim/Framework/AvatarWearable.cs
+++ b/OpenSim/Framework/AvatarWearable.cs
@@ -67,10 +67,10 @@ namespace OpenSim.Framework
67 67
68 public static readonly int ALPHA = 13; 68 public static readonly int ALPHA = 13;
69 public static readonly int TATTOO = 14; 69 public static readonly int TATTOO = 14;
70// public static readonly int PHYSICS = 15; 70 public static readonly int PHYSICS = 15;
71 71
72 // public static readonly int MAX_WEARABLES = 16; 72 public static readonly int MAX_WEARABLES = 16;
73 public static readonly int MAX_WEARABLES = 15; 73// public static readonly int MAX_WEARABLES = 15;
74 74
75 public static readonly UUID DEFAULT_BODY_ITEM = new UUID("66c41e39-38f9-f75a-024e-585989bfaba9"); 75 public static readonly UUID DEFAULT_BODY_ITEM = new UUID("66c41e39-38f9-f75a-024e-585989bfaba9");
76 public static readonly UUID DEFAULT_BODY_ASSET = new UUID("66c41e39-38f9-f75a-024e-585989bfab73"); 76 public static readonly UUID DEFAULT_BODY_ASSET = new UUID("66c41e39-38f9-f75a-024e-585989bfab73");