summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-11-15 14:36:30 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-11-15 14:36:30 -0500
commit7b6131fbf9c083d7d81f5f791ffe104df4f40aa3 (patch)
tree5a624dfdea661191130348a606d293cd18d3853f /indra/newview/llagentwearables.cpp
parentb1884d40f5ba74d1d39be1abad7dc416905c6caf (diff)
MAINT-4537 WIP - comments and cleanup
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-xindra/newview/llagentwearables.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 585f14df3d..f06ffb4fb3 100755
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -1105,10 +1105,10 @@ void LLAgentWearables::setWearableOutfit(const LLInventoryItem::item_array_t& it
notifyLoadingFinished();
- // Have to copy wearable params to avatar
+ // Copy wearable params to avatar.
gAgentAvatarp->writeWearablesToAvatar();
- // ... before this will do anything.
+ // Then update the avatar based on the copied params.
gAgentAvatarp->updateVisualParams();
gAgentAvatarp->dumpAvatarTEs("setWearableOutfit");