summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-07-06 18:13:56 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-07-06 18:13:56 -0400
commitd2d5b467264b00a38fafa7c910af5cfa695420b3 (patch)
treec5eef61d93b3429583ee57adb60d68ed5af02a8f /indra/newview
parent419bfb16fdd9b79d32736fd80652685a07f9e39f (diff)
parentfcfaa698215c7d8516c5bc175dc9dd19996f32ca (diff)
Automated merge with ssh://hg.lindenlab.com/q/viewer-release/
Diffstat (limited to 'indra/newview')
-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();
}
}