diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-15 14:36:30 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-15 14:36:30 -0500 |
commit | 7b6131fbf9c083d7d81f5f791ffe104df4f40aa3 (patch) | |
tree | 5a624dfdea661191130348a606d293cd18d3853f /indra/newview/llagentwearables.cpp | |
parent | b1884d40f5ba74d1d39be1abad7dc416905c6caf (diff) |
MAINT-4537 WIP - comments and cleanup
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-x | indra/newview/llagentwearables.cpp | 4 |
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"); |