modified_cof_cb() issues a updateAppearanceFromCOF() right before this function - removed extra update call. Sh-3650 & Sh-3985

This commit is contained in:
prep
2013-03-14 14:43:11 -04:00
committed by Latif Khalifa
parent 707f3959f9
commit 45e6c3f2e4

View File

@@ -3027,9 +3027,7 @@ void LLVOAvatarSelf::onCustomizeEnd(bool disable_camera_switch)
{
gAgentCamera.changeCameraToDefault();
gAgentCamera.resetView();
}
LLAppearanceMgr::instance().updateAppearanceFromCOF();
}
}
}