summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2011-11-03 08:25:34 -0400
committerJonathan Yap <none@none>2011-11-03 08:25:34 -0400
commit089a9ced0dac0acccb4673432863621a4bd19338 (patch)
tree1f9d0ddbf9186ce8aae55ebe59940873164a6c15 /indra/newview/llvoavatar.cpp
parent8f47f2222c207938c8fc55158a6fff64ccf1e781 (diff)
STORM-1679 Avatar Draw Weight number is always red
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index bdab250b49..163ac2dc70 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -8335,7 +8335,7 @@ void LLVOAvatar::getImpostorValues(LLVector4a* extents, LLVector3& angle, F32& d
void LLVOAvatar::idleUpdateRenderCost()
{
static const U32 ARC_BODY_PART_COST = 200;
- static const U32 ARC_LIMIT = 2048;
+ static const U32 ARC_LIMIT = 40000;
static std::set<LLUUID> all_textures;