diff options
author | Oz Linden <oz@lindenlab.com> | 2015-09-29 15:25:14 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-09-29 15:25:14 -0400 |
commit | be9b1ee8afacabb64f82640de5f80ce9438e6c91 (patch) | |
tree | 7522c0ff759a459a39de15594ead31db033155fc /indra/newview | |
parent | 9757c3a7fa1c67ecbf62df4493dc68040ba0e264 (diff) | |
parent | 8f9fc7ddceadcbad8bfa11800ed91601f34934e0 (diff) |
merge changes for MAINT-5613
Diffstat (limited to 'indra/newview')
-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; |