summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-03-18 18:45:08 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-03-18 18:45:08 -0400
commit262549ce37517d0ba29f075945be9854e926170c (patch)
tree7361561c37428e5da1078ccf65ecb3a03b98b230 /indra/newview/llvoavatarself.cpp
parent6fe98861335781973baf032bede81d4f2a55e965 (diff)
parentcec27955eca4705102d17c792558f0c7e0c6986b (diff)
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r--indra/newview/llvoavatarself.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index ea39d44c73..d60ce6799b 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -2989,7 +2989,12 @@ void LLVOAvatarSelf::onCustomizeEnd(bool disable_camera_switch)
{
gAgentCamera.changeCameraToDefault();
gAgentCamera.resetView();
- }
+ }
+
+ if (gAgent.getRegion() && gAgent.getRegion()->getCentralBakeVersion())
+ {
+ LLAppearanceMgr::instance().requestServerAppearanceUpdate();
+ }
}
}