From 279afd7774de02ba856390b913e551beded554f2 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Tue, 27 Mar 2018 21:12:41 +0100 Subject: SL-897 - base ARC for animated objects is now 1000, consistent with the base for system avatars --- indra/newview/llvoavatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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()) { -- cgit v1.2.3