diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-15 11:18:00 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-15 11:18:00 -0400 |
commit | 2331b9a93b12eb0a2f5fb6109f990d81b29d0584 (patch) | |
tree | 9b7080f53f1bf73a77192f91499240a7aa14c5e4 /indra/newview/llvoavatar.cpp | |
parent | 20af6640d4077725034bd7e9d0e8982778cea09a (diff) | |
parent | b486f6a72c94468f4667d364636d56ea545be188 (diff) |
merge
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index df54f26ae7..3d268a1bcb 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6262,6 +6262,8 @@ void LLVOAvatar::updateMeshTextures() // we'll consider it loaded and use it (rather than // doing compositing). useBakedTexture( baked_img->getID() ); + mLoadedCallbacksPaused |= !isVisible(); + checkTextureLoading(); } else { @@ -6277,6 +6279,7 @@ void LLVOAvatar::updateMeshTextures() // this could add paused texture callbacks mLoadedCallbacksPaused |= paused; + checkTextureLoading(); } } else if (layerset && isUsingLocalAppearance()) |