diff options
author | UbitUmarov | 2014-08-07 23:29:31 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-07 23:29:31 +0100 |
commit | 4ae0bb7df1774426ffa77898ac062a24bc6234f5 (patch) | |
tree | 5fa22dbe944bda41a5e88eef2696c106b454472f /OpenSim/Framework/AvatarWearable.cs | |
parent | update the max number of texture faces and wearables to current values. (diff) | |
download | opensim-SC-4ae0bb7df1774426ffa77898ac062a24bc6234f5.zip opensim-SC-4ae0bb7df1774426ffa77898ac062a24bc6234f5.tar.gz opensim-SC-4ae0bb7df1774426ffa77898ac062a24bc6234f5.tar.bz2 opensim-SC-4ae0bb7df1774426ffa77898ac062a24bc6234f5.tar.xz |
add limites checks on wearables size, revert to max 15 for
compatibility/testing
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AvatarWearable.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/AvatarWearable.cs b/OpenSim/Framework/AvatarWearable.cs index b104325..7d33abc 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"); |