diff options
author | prep <prep@lindenlab.com> | 2013-03-14 14:43:11 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-03-14 14:43:11 -0400 |
commit | 24a6c3fda2ba3aa1f40ee31b6f1fc025a6623833 (patch) | |
tree | 4a32951dbb4c8fc24db2861455f218fc5662b1f8 /indra | |
parent | 6f193d54da0b0eae2758b99e706cd127966aafa1 (diff) |
modified_cof_cb() issues a updateAppearanceFromCOF() right before this function - removed extra update call. Sh-3650 & Sh-3985
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 64443f55af..ea39d44c73 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2989,9 +2989,7 @@ void LLVOAvatarSelf::onCustomizeEnd(bool disable_camera_switch) { gAgentCamera.changeCameraToDefault(); gAgentCamera.resetView(); - } - - LLAppearanceMgr::instance().updateAppearanceFromCOF(); + } } } |