From 8f9fc7ddceadcbad8bfa11800ed91601f34934e0 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Tue, 29 Sep 2015 19:01:21 +0300 Subject: MAINT-5613 [Project QuickGraphics] Complexity readings vary greatly for each avatar using the QuickGraphics viewer --- indra/newview/llvoavatar.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview') diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 4546da71cc..e65ae91cb6 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6264,6 +6264,8 @@ void LLVOAvatar::updateRezzedStatusTimers() selfStopPhase("update_appearance_from_cof"); selfStopPhase("wear_inventory_category", false); selfStopPhase("process_initial_wearables_update", false); + + updateVisualComplexity(); } } mLastRezzedStatus = rez_status; -- cgit v1.2.3