diff options
author | prep <prep@lindenlab.com> | 2013-03-28 11:43:12 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-03-28 11:43:12 -0400 |
commit | 8e6d2f8ddc3fe8a1eee3abe99eb5abd3575c5841 (patch) | |
tree | 065b2b530d9f90b2e25023f97a7f5b0e5567834a /indra/newview | |
parent | ec525704e97c697be3714b150ca3cbd461930cf7 (diff) |
sh-4014: Don't send appearance updates while editing.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index b6dc4a1ff9..e00802630e 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2994,11 +2994,8 @@ void LLVOAvatarSelf::onCustomizeEnd(bool disable_camera_switch) gAgentCamera.changeCameraToDefault(); gAgentCamera.resetView(); } - - if (gAgent.getRegion() && gAgent.getRegion()->getCentralBakeVersion()) - { - LLAppearanceMgr::instance().requestServerAppearanceUpdate(); - } + + LLAppearanceMgr::instance().updateAppearanceFromCOF(); } } |