summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorEli Linden <eli@lindenlab.com>2010-03-15 18:31:45 -0700
committerEli Linden <eli@lindenlab.com>2010-03-15 18:31:45 -0700
commit9bdf262d8511e84c2425e48a466b60f185516c76 (patch)
tree3ba15fa30694a6d6d83450cfb019f61f052652db /indra/newview/llagentwearables.cpp
parent73ebb9efc90a966e0c034b956abb5b6f3a331851 (diff)
parent00f278568230c9cf3a438e9026dc3c387d8ac134 (diff)
Merge
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();
}