diff options
| author | Nyx Linden <nyx@lindenlab.com> | 2013-03-20 12:04:55 -0400 |
|---|---|---|
| committer | Nyx Linden <nyx@lindenlab.com> | 2013-03-20 12:04:55 -0400 |
| commit | 779e132cbfc46a0eda97a0331e39cbc6e686c07b (patch) | |
| tree | 55e05f81b6f493ff55f7a87777d4485404c1f02d /indra/newview/llvoavatarself.cpp | |
| parent | 38970de543e7946ff1e9700e2f0f43f82e6dbb1a (diff) | |
| parent | 5c19f15dcaab304b555bf659f2d309d0d2afbc89 (diff) | |
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
| -rw-r--r-- | indra/newview/llvoavatarself.cpp | 7 |
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(); + } } } |
