diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-11 07:37:03 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-11 07:37:03 -0400 |
commit | e0ecc93e344a3a0223dfd141457141493af843a1 (patch) | |
tree | 6f9651e8dfe9e733b2bbd918dbb73251e862b332 /indra/newview/llvoavatarself.cpp | |
parent | 5a436e46f6893719fc91a1cb70813671cb2a6d44 (diff) | |
parent | 7e967ce2fd78078fb4284f2d61171bc90a669375 (diff) |
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 240ab202f8..64443f55af 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2964,9 +2964,9 @@ void LLVOAvatarSelf::onCustomizeStart(bool disable_camera_switch) gAgentAvatarp->idleUpdateAppearanceAnimation(); #endif - gAgentAvatarp->updateTextures(); // call updateTextureStats gAgentAvatarp->invalidateAll(); // mark all bakes as dirty, request updates gAgentAvatarp->updateMeshTextures(); // make sure correct textures are applied to the avatar mesh. + gAgentAvatarp->updateTextures(); // call updateTextureStats } } |