diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-15 21:35:50 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-15 21:38:38 +0300 |
commit | 189723fd469c50c67f1e6cd51996adeb26ded637 (patch) | |
tree | e83ccf9200f755fe6c5b5ee75ef5c02e8f6adde5 /indra/llinventory | |
parent | e61b6570b15e5d7843712ea65e11c3df42bf4f81 (diff) |
SL-18161 Properly list pbr material folder
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llfoldertype.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp index 675da65af2..d2c3b419ab 100644 --- a/indra/llinventory/llfoldertype.cpp +++ b/indra/llinventory/llfoldertype.cpp @@ -122,6 +122,7 @@ LLFolderDictionary::LLFolderDictionary() addEntry(LLFolderType::FT_MARKETPLACE_VERSION, new FolderEntry("version", FALSE, FALSE, FALSE)); addEntry(LLFolderType::FT_SETTINGS, new FolderEntry("settings", TRUE, FALSE, TRUE)); + addEntry(LLFolderType::FT_MATERIAL, new FolderEntry("material", TRUE, FALSE, TRUE)); addEntry(LLFolderType::FT_NONE, new FolderEntry("-1", FALSE, FALSE, FALSE)); }; |