From d2b3d187d96cc85dee1709a121d4570f6488debb Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Mon, 9 Mar 2015 15:53:07 -0400
Subject: SL-103 WIP - bumped MAX_CLOTHING_LAYERS to target value of 60

---
 indra/llappearance/llwearabledata.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'indra')

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
-- 
cgit v1.2.3