Fix for sh-4014. This was a regression caused by fix for sh-3650.

This commit is contained in:
prep
2013-03-18 18:10:40 -04:00
committed by Latif Khalifa
parent 45e6c3f2e4
commit 7ef75fef4f

View File

@@ -3027,7 +3027,12 @@ void LLVOAvatarSelf::onCustomizeEnd(bool disable_camera_switch)
{
gAgentCamera.changeCameraToDefault();
gAgentCamera.resetView();
}
}
if (gAgent.getRegion() && gAgent.getRegion()->getCentralBakeVersion())
{
LLAppearanceMgr::instance().requestServerAppearanceUpdate();
}
}
}