diff --git a/indra/newview/llinventoryicon.cpp b/indra/newview/llinventoryicon.cpp index 947a86d18109f365d9710767a1a968ca6510b649..2042fa728b728142506e8622a82791076bc3b363 100644 --- a/indra/newview/llinventoryicon.cpp +++ b/indra/newview/llinventoryicon.cpp @@ -174,6 +174,7 @@ const std::string& LLInventoryIcon::getIconName(LLAssetType::EType asset_type, break; case LLAssetType::AT_MESH: idx = LLInventoryType::ICONNAME_MESH; + break; case LLAssetType::AT_SETTINGS: idx = assignSettingsIcon(misc_flag); break;