diff options
-rw-r--r-- | indra/newview/llvoavatar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 7a6a48d1b3..72b9c6df98 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2540,11 +2540,11 @@ void LLVOAvatar::idleUpdateLoadingEffect() { if (isFullyLoaded() && isSelf()) { - llinfos << "self isFullyLoaded" << llendl; - static bool first_fully_visible = true; if (first_fully_visible) { + llinfos << "self isFullyLoaded, first_fully_visible" << llendl; + first_fully_visible = false; LLAppearanceManager::instance().onFirstFullyVisible(); } |