summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2013-03-14 14:43:11 -0400
committerprep <prep@lindenlab.com>2013-03-14 14:43:11 -0400
commit24a6c3fda2ba3aa1f40ee31b6f1fc025a6623833 (patch)
tree4a32951dbb4c8fc24db2861455f218fc5662b1f8 /indra/newview
parent6f193d54da0b0eae2758b99e706cd127966aafa1 (diff)
modified_cof_cb() issues a updateAppearanceFromCOF() right before this function - removed extra update call. Sh-3650 & Sh-3985
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvoavatarself.cpp4
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();
+ }
}
}