diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2015-09-29 19:01:21 +0300 | 
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2015-09-29 19:01:21 +0300 | 
| commit | 8f9fc7ddceadcbad8bfa11800ed91601f34934e0 (patch) | |
| tree | de75eabad71381bbde28685cfe4d8ff6f477c06d /indra | |
| parent | 453dee2d21477ad534fa9982b844c40adde9b93e (diff) | |
MAINT-5613 [Project QuickGraphics] Complexity readings vary greatly for each avatar using the QuickGraphics viewer
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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; | 
