diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-07 15:24:38 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-07 15:24:38 +0300 |
commit | c21b28146f18cb97998669aaa7ce85109833d107 (patch) | |
tree | 2cb0c8f3486e776229893111ea172ee15f20d009 /indra/newview/llagentcamera.cpp | |
parent | ede95f402922db01452d93c6d6c8a6248f2d299b (diff) | |
parent | f85ed5a1064d1ed54ba7e25a6b85ca36664c7d61 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llagentcamera.cpp')
-rw-r--r-- | indra/newview/llagentcamera.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentcamera.cpp b/indra/newview/llagentcamera.cpp index ec3c7452e5..c70bbb985f 100644 --- a/indra/newview/llagentcamera.cpp +++ b/indra/newview/llagentcamera.cpp @@ -2310,6 +2310,7 @@ void LLAgentCamera::changeCameraToCustomizeAvatar() setAnimationDuration(turn_motion->getDuration() + CUSTOMIZE_AVATAR_CAMERA_ANIM_SLOP); } + gAgentAvatarp->invalidateAll(); gAgentAvatarp->updateMeshTextures(); } } |