diff options
| author | Ruslan Teliuk <ruslantproductengine@lindenlab.com> | 2015-10-19 18:11:38 +0300 | 
|---|---|---|
| committer | Ruslan Teliuk <ruslantproductengine@lindenlab.com> | 2015-10-19 18:11:38 +0300 | 
| commit | 35626b1511e90a271f757d3373a7d64ef66c2eb7 (patch) | |
| tree | f23457d42547496e304e2984ec10f0bab393cd30 /indra | |
| parent | 647c3f71ca613fb8d3a2a64af7986e1f65a7188c (diff) | |
| parent | 017a564999cfd65ead673766c13e664e3bf8ac34 (diff) | |
Merged lindenlab/viewer-lion into default
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llagentwearables.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index dbfb3a0371..b76a66ab39 100755 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -1100,7 +1100,7 @@ void LLAgentWearables::setWearableOutfit(const LLInventoryItem::item_array_t& it  	if (mismatched == 0)  	{  		LL_DEBUGS("Avatar") << "inventory updated, wearable assets not changed, bailing out" << LL_ENDL; -		mCOFChangeInProgress = false; +		notifyLoadingFinished();  		return;  	} | 
