diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-05-29 20:20:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-29 20:20:29 +0300 |
commit | be40d20bca15b97ccba557dc530fe55a92456ebf (patch) | |
tree | c560054dcb64de2559c859d850c39b372dc18a88 /indra/newview/gltf/asset.h | |
parent | 3375fb1348de8768ea3cac4b06cd4fdd4fbd13a9 (diff) |
#4190 provide unsupported extension info in log
Diffstat (limited to 'indra/newview/gltf/asset.h')
-rw-r--r-- | indra/newview/gltf/asset.h | 2 |
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(); |