summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-09-21 20:36:21 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-09-21 20:36:21 +0300
commit47dfdff3c0d684e78bd72d671a0d840798076a87 (patch)
treea71c61cce3a12592da09bd01f7f05e19e2044f84 /indra/newview/llvoavatar.cpp
parente28f920f9a6525207418ed9d96aada256a1d8228 (diff)
MAINT-5570 limiting exposure of attachment manager
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-xindra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 3e20fbecdb..da02b96f80 100755
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -6458,7 +6458,7 @@ BOOL LLVOAvatar::processFullyLoadedChange(bool loading)
mFullyLoadedInitialized = TRUE;
mFullyLoadedFrameCounter++;
- if (isSelf())
+ if (changed && isSelf())
{
// to know about outfit switching
LLAvatarRenderNotifier::getInstance()->updateNotificationState();