diff options
author | Jonathan Yap <none@none> | 2011-11-11 12:29:25 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-11-11 12:29:25 -0500 |
commit | 93e3617e8b409a7517f04b3607080f11274a5fd9 (patch) | |
tree | 1fa806d11396d3a9915025e2ab66743c70bf9936 /indra/newview/llvoavatar.cpp | |
parent | 089a9ced0dac0acccb4673432863621a4bd19338 (diff) |
STORM-1679 Adjusted ARC_LIMIT to 20,000 per updated instructions from Nyx.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 163ac2dc70..6af800f1d7 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 = 40000; + static const U32 ARC_LIMIT = 20000; static std::set<LLUUID> all_textures; |