diff options
author | Oz Linden <oz@lindenlab.com> | 2014-06-16 14:35:23 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-06-16 14:35:23 -0400 |
commit | 142e8edcd334b6119a74a7ce93c9823ad82bc052 (patch) | |
tree | e0986cbf1d7d1da6ab9c511e9249be795d779415 /indra | |
parent | e15002a11cf5081e0697065cb017ba0af6c4b32d (diff) |
correct merge mistake
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index fe9dde4a43..6797dab839 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1483,7 +1483,7 @@ void LLAppearanceMgr::takeOffOutfit(const LLUUID& cat_id) // deactivate all gestures in the outfit folder LLInventoryModel::item_array_t gest_items; - getDescendentsOfAssetType(cat_id, gest_items, LLAssetType::AT_GESTURE, false); + getDescendentsOfAssetType(cat_id, gest_items, LLAssetType::AT_GESTURE); for(S32 i = 0; i < gest_items.size(); ++i) { LLViewerInventoryItem *gest_item = gest_items[i]; |