summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-27 15:37:57 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-27 15:37:57 -0400
commitcda919cdbf048aef6f4d10ff804c6e2dad495eef (patch)
tree6f775a31451473951e0054576f77cf4ecac0be8a /indra
parent47fb1fc67b9cc1d3a31359da871cb6477701173b (diff)
SH-4300 WIP - comment
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llappearancemgr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index f427214dbb..c162885961 100755
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -2874,6 +2874,8 @@ bool LLAppearanceMgr::updateBaseOutfit()
LLPointer<LLInventoryCallback> cb =
new LLBoostFuncInventoryCallback(no_op_inventory_func, update_base_outfit_after_ordering);
+ // Really shouldn't be needed unless there's a race condition -
+ // updateAppearanceFromCOF() already calls updateClothingOrderingInfo.
updateClothingOrderingInfo(LLUUID::null, cb);
return true;