summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-03-15 12:09:09 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-03-15 12:09:09 -0400
commit8fa640cfe2967f0a5be5ea09d954a012f0924f62 (patch)
treead2ed126dc020078d2f6649fa9c4ec8f772f8ca4 /indra/newview/llagentwearables.cpp
parent42d1aaee2e3a9c5df3e7b4ace3bf6b5972a74847 (diff)
parent8112ba5bafe404a43a22a57eb0aa96d884fab365 (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r--indra/newview/llagentwearables.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 7b55282ee5..ea10917901 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -1759,6 +1759,7 @@ void LLAgentWearables::setWearableOutfit(const LLInventoryItem::item_array_t& it
if (mAvatarObject)
{
+ mAvatarObject->setCompositeUpdatesEnabled(TRUE);
mAvatarObject->updateVisualParams();
mAvatarObject->invalidateAll();
}