summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-03-27 21:12:41 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-03-27 21:12:41 +0100
commit279afd7774de02ba856390b913e551beded554f2 (patch)
tree87600a6f91dc8203bcac2b7dbd981e6cf329b8c0 /indra/newview/llvoavatar.cpp
parentaf30a35dc2f4542ceba0eb33c232a77bf3598b69 (diff)
SL-897 - base ARC for animated objects is now 1000, consistent with the base for system avatars
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 40fb05abc4..edb7856de1 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -9476,7 +9476,7 @@ void LLVOAvatar::accountRenderComplexityForObject(
F32 attachment_texture_cost = 0;
F32 attachment_children_cost = 0;
// AXON placeholder value, will revisit in testing.
- const F32 animated_object_attachment_surcharge = 20000;
+ const F32 animated_object_attachment_surcharge = 1000;
if (attached_object->isAnimatedObject())
{