diff options
Diffstat (limited to 'indra')
-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 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()) { |