diff options
| -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; | 
