summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2013-03-28 11:43:12 -0400
committerprep <prep@lindenlab.com>2013-03-28 11:43:12 -0400
commit8e6d2f8ddc3fe8a1eee3abe99eb5abd3575c5841 (patch)
tree065b2b530d9f90b2e25023f97a7f5b0e5567834a /indra
parentec525704e97c697be3714b150ca3cbd461930cf7 (diff)
sh-4014: Don't send appearance updates while editing.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llvoavatarself.cpp7
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();
}
}