summaryrefslogtreecommitdiff
path: root/indra/newview/llagentcamera.cpp
diff options
context:
space:
mode:
authorDessie Linden <dessie@lindenlab.com>2010-07-07 08:36:21 -0700
committerDessie Linden <dessie@lindenlab.com>2010-07-07 08:36:21 -0700
commit8cda9a026691690fd7e4bb0013cbccc287ef96d5 (patch)
tree63731864000d07323e867d333da4f6f778bbdae1 /indra/newview/llagentcamera.cpp
parenta1c46ac2921d8e6aee018002eee280d9c6bb4cee (diff)
parentaef4f6ccabe0b2f72296f1a4ae5634080396690a (diff)
Merged from viewer-release
Diffstat (limited to 'indra/newview/llagentcamera.cpp')
-rw-r--r--indra/newview/llagentcamera.cpp1
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();
}
}