summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/asset.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-05-29 20:20:29 +0300
committerGitHub <noreply@github.com>2025-05-29 20:20:29 +0300
commitbe40d20bca15b97ccba557dc530fe55a92456ebf (patch)
treec560054dcb64de2559c859d850c39b372dc18a88 /indra/newview/gltf/asset.h
parent3375fb1348de8768ea3cac4b06cd4fdd4fbd13a9 (diff)
#4190 provide unsupported extension info in log
Diffstat (limited to 'indra/newview/gltf/asset.h')
-rw-r--r--indra/newview/gltf/asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/gltf/asset.h b/indra/newview/gltf/asset.h
index 3a20f7d6ea..a22de4d59d 100644
--- a/indra/newview/gltf/asset.h
+++ b/indra/newview/gltf/asset.h
@@ -396,7 +396,7 @@ namespace LL
U32 mMaterialsUBO = 0;
bool mLoadIntoVRAM = false;
- bool mUnsupportedExtension = false;
+ std::vector<std::string> mUnsupportedExtensions;
// prepare for first time use
bool prep();