diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-28 19:58:27 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-28 20:08:53 +0300 |
commit | 6d0fcc0e616ff58f4a83bc3730374c5509ee959a (patch) | |
tree | 3ab31e4ded9fd2ec0fc7ac7c33f3b7ec7ff8fdc9 /indra/newview/llgltfmateriallist.h | |
parent | e72d0161bb086799d445b54e0e73c2dc13e4643a (diff) |
SL-17699 Blank material Id for material picker
Diffstat (limited to 'indra/newview/llgltfmateriallist.h')
-rw-r--r-- | indra/newview/llgltfmateriallist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llgltfmateriallist.h b/indra/newview/llgltfmateriallist.h index f770f6ecc8..b74e0b3ec2 100644 --- a/indra/newview/llgltfmateriallist.h +++ b/indra/newview/llgltfmateriallist.h @@ -37,6 +37,8 @@ class LLFetchedGLTFMaterial; class LLGLTFMaterialList { public: + static const LLUUID BLANK_MATERIAL_ASSET_ID; + LLGLTFMaterialList() {} |