diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-09 15:53:07 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-09 15:53:07 -0400 |
commit | d2b3d187d96cc85dee1709a121d4570f6488debb (patch) | |
tree | c75c3023c36f2f9e4c2f165b07de21dce3bb8717 | |
parent | 64511ce28f4c3740fe7f87d680722105f83f82c0 (diff) |
SL-103 WIP - bumped MAX_CLOTHING_LAYERS to target value of 60
-rwxr-xr-x | indra/llappearance/llwearabledata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/llwearabledata.h b/indra/llappearance/llwearabledata.h index cb6cb954f0..a0c446ea9e 100755 --- a/indra/llappearance/llwearabledata.h +++ b/indra/llappearance/llwearabledata.h @@ -66,7 +66,7 @@ public: BOOL isOnTop(LLWearable* wearable) const; - static const U32 MAX_CLOTHING_LAYERS = 10; + static const U32 MAX_CLOTHING_LAYERS = 60; //-------------------------------------------------------------------- // Setters |