summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-03-11 07:37:03 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-03-11 07:37:03 -0400
commite0ecc93e344a3a0223dfd141457141493af843a1 (patch)
tree6f9651e8dfe9e733b2bbd918dbb73251e862b332 /indra/newview/llvoavatarself.cpp
parent5a436e46f6893719fc91a1cb70813671cb2a6d44 (diff)
parent7e967ce2fd78078fb4284f2d61171bc90a669375 (diff)
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-xindra/newview/llvoavatarself.cpp2
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
}
}