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 | |
parent | c641fb08ae349b185401ec0084f9cc0b9ebabdb9 (diff) |
appearance utility source updated
-rwxr-xr-x | autobuild.xml | 4 | ||||
-rwxr-xr-x | indra/llappearance/llwearabledata.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index 5bc45604b8..1b0d706062 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -1314,9 +1314,9 @@ <key>archive</key> <map> <key>hash</key> - <string>0e15751836ac0492250001b80aea379f</string> + <string>4ad68d1f19f13056ecf7b2a5900cb562</string> <key>url</key> - <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/293888/arch/Linux/installer/llappearanceutility_source-0.1-linux-20140908.tar.bz2</string> + <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/sl-93-llappearanceutility-source-2/rev/296413/arch/Linux/installer/llappearanceutility_source-0.1-linux-20141104.tar.bz2</string> </map> <key>name</key> <string>linux</string> 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 |