diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index e9b2a43f38..0fb811a386 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3218,6 +3218,7 @@ void appearance_mgr_update_dirty_state()  void update_base_outfit_after_ordering()  {  	LLAppearanceMgr& app_mgr = LLAppearanceMgr::instance(); +	app_mgr.setOutfitImage(LLUUID());  	LLInventoryModel::cat_array_t sub_cat_array;  	LLInventoryModel::item_array_t outfit_item_array;  	gInventory.collectDescendents(app_mgr.getBaseOutfitUUID(),  | 
