diff options
| -rw-r--r-- | indra/newview/llinventoryicon.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llinventoryicon.cpp b/indra/newview/llinventoryicon.cpp index 3090371a73..2201481df3 100644 --- a/indra/newview/llinventoryicon.cpp +++ b/indra/newview/llinventoryicon.cpp @@ -117,6 +117,7 @@ const std::string& LLInventoryIcon::getIconName(LLAssetType::EType asset_type,  	if (item_is_multi)  	{  		idx = ICONNAME_OBJECT_MULTI; +		return getIconName(idx);  	}  	switch(asset_type) | 
