diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-24 11:13:54 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-24 11:13:54 -0500 |
commit | 34ee8eb2773b2f55fe917d16eb9c9a1481d3af8a (patch) | |
tree | 7f802443bd30319013f7458e17e4ed5c374b36cc /indra/llinventory | |
parent | bce1e9a51581fc42072dbc1448db38e5069c7378 (diff) | |
parent | 14cba35bbce3f2103d34e02eb312981cb4789a0c (diff) |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llinventorytype.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llinventorytype.cpp b/indra/llinventory/llinventorytype.cpp index 57d521429c..ceda2f3caf 100644 --- a/indra/llinventory/llinventorytype.cpp +++ b/indra/llinventory/llinventorytype.cpp @@ -86,6 +86,7 @@ LLInventoryDictionary::LLInventoryDictionary() addEntry(LLInventoryType::IT_WIDGET, new InventoryEntry("widget", "widget", 1, LLAssetType::AT_WIDGET)); addEntry(LLInventoryType::IT_PERSON, new InventoryEntry("person", "person", 1, LLAssetType::AT_PERSON)); addEntry(LLInventoryType::IT_SETTINGS, new InventoryEntry("settings", "settings", 1, LLAssetType::AT_SETTINGS)); + addEntry(LLInventoryType::IT_MATERIAL, new InventoryEntry("material", "render material", 1, LLAssetType::AT_MATERIAL)); } |