summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-05-28 17:58:29 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-05-28 17:58:29 -0400
commit5a8063a0b8c4f4a695fd13eadf0b0ca9605f40dc (patch)
treec5b3776810d6f3bb85f582d2ff2b267f23515ae6 /indra/newview/llagentwearables.cpp
parent7e0b36d6102f5e285296cd8e0dc6961b5c73c7cb (diff)
texture logging - WIP
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r--indra/newview/llagentwearables.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index cc9e68d593..066e082cae 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -1445,6 +1445,8 @@ void LLAgentWearables::setWearableOutfit(const LLInventoryItem::item_array_t& it
queryWearableCache();
updateServer();
+ gAgentAvatarp->dumpAvatarTEs("setWearableOutfit");
+
lldebugs << "setWearableOutfit() end" << llendl;
}