diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-09-04 16:51:22 +0300 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-09-04 16:51:22 +0300 | 
| commit | 10028b15f6873724da6caac9ed2756a221dc84ae (patch) | |
| tree | da49c91d2947a11d3c7f788183cfed7b0fcddee9 | |
| parent | 58cea615c53d625d31943c9af062e2143bc6cb2b (diff) | |
MAINT-7745 FIXED After editing an outfit, duplicate photos appear in the Outfit Gallery for outfits that previously had no photo.
| -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(),  | 
