From c771f195081163958031c0b57c47b942507d273d Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 4 Apr 2022 17:32:01 -0400 Subject: [PATCH] Bugfix --- indra/newview/llinventoryicon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llinventoryicon.cpp b/indra/newview/llinventoryicon.cpp index 947a86d1810..2042fa728b7 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; -- GitLab