diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2015-09-21 15:48:02 +0300 |
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2015-09-21 15:48:02 +0300 |
| commit | e28f920f9a6525207418ed9d96aada256a1d8228 (patch) | |
| tree | 311725c6ffedf51c1ff104a71dce2953c4125e1c /indra/newview/llvoavatar.cpp | |
| parent | b3ef02541253daf23dfc6aff70f831e91c4371e9 (diff) | |
MAINT-5570 Code refactoring
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rwxr-xr-x | indra/newview/llvoavatar.cpp | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 60fd98b3d7..3e20fbecdb 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6458,15 +6458,10 @@ BOOL LLVOAvatar::processFullyLoadedChange(bool loading) mFullyLoadedInitialized = TRUE; mFullyLoadedFrameCounter++; - if (changed) + if (isSelf()) { - static LLCachedControl<U32> show_my_complexity_changes(gSavedSettings, "ShowMyComplexityChanges", 20); - - if (isSelf() && show_my_complexity_changes) - { - // to know about outfit switching - LLAvatarRenderNotifier::getInstance()->updateNotificationAgent(mVisualComplexity); - } + // to know about outfit switching + LLAvatarRenderNotifier::getInstance()->updateNotificationState(); } return changed; |
