diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-18 10:46:47 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-18 10:46:47 -0400 |
commit | 1d70c6a42249b5e53403ac7d0126a392cf1a293e (patch) | |
tree | 0e8fe17affcd0a8b4c59531be43ad9ce9d3221b0 /indra/newview/lltexlayer.cpp | |
parent | 43dbe3c1624a7f09c8ba0f8e6e87115aec76f054 (diff) | |
parent | fe37d350b42eca254ec4e661dfc4b46e828ad955 (diff) |
Automated merge with ssh://nyx@hg.lindenlab.com/q/viewer-release/
Diffstat (limited to 'indra/newview/lltexlayer.cpp')
-rw-r--r-- | indra/newview/lltexlayer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lltexlayer.cpp b/indra/newview/lltexlayer.cpp index 1feb987682..d8b9bc2329 100644 --- a/indra/newview/lltexlayer.cpp +++ b/indra/newview/lltexlayer.cpp @@ -581,6 +581,10 @@ void LLTexLayerSetBuffer::doUpdate() } restartUpdateTimer(); + + // need to swtich to using this layerset if this is the first update + // after getting the lowest LOD + mTexLayerSet->getAvatar()->updateMeshTextures(); // Print out notification that we uploaded this texture. if (gSavedSettings.getBOOL("DebugAvatarRezTime")) |