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