Skip to content
Snippets Groups Projects
Commit c771f195 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Bugfix

parent 596b047d
No related branches found
No related tags found
No related merge requests found
...@@ -174,6 +174,7 @@ const std::string& LLInventoryIcon::getIconName(LLAssetType::EType asset_type, ...@@ -174,6 +174,7 @@ const std::string& LLInventoryIcon::getIconName(LLAssetType::EType asset_type,
break; break;
case LLAssetType::AT_MESH: case LLAssetType::AT_MESH:
idx = LLInventoryType::ICONNAME_MESH; idx = LLInventoryType::ICONNAME_MESH;
break;
case LLAssetType::AT_SETTINGS: case LLAssetType::AT_SETTINGS:
idx = assignSettingsIcon(misc_flag); idx = assignSettingsIcon(misc_flag);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment