diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-07 13:03:12 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-07 13:03:12 -0400 |
commit | 1a54bc44bb06dfdadc31c4d3bb5527ca8e0817a5 (patch) | |
tree | 5260b24aed1f97e9c8b3fc441ca8daf62ebc1f1e /indra/llappearance/llwearabledata.h | |
parent | c641fb08ae349b185401ec0084f9cc0b9ebabdb9 (diff) |
appearance utility source updated
Diffstat (limited to 'indra/llappearance/llwearabledata.h')
-rwxr-xr-x | indra/llappearance/llwearabledata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llappearance/llwearabledata.h b/indra/llappearance/llwearabledata.h index a0c446ea9e..996c4c18b4 100755 --- a/indra/llappearance/llwearabledata.h +++ b/indra/llappearance/llwearabledata.h @@ -66,7 +66,8 @@ public: BOOL isOnTop(LLWearable* wearable) const; - static const U32 MAX_CLOTHING_LAYERS = 60; + // DO NOT COMMIT, TESTING ONLY! + static const U32 MAX_CLOTHING_LAYERS = 999; //-------------------------------------------------------------------- // Setters |