diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-05-27 20:28:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-27 20:28:00 +0300 |
commit | 0d99487d46d6ccf7000723c35ac78018b5763dea (patch) | |
tree | 69a558fa70f91f601bf0fa1de5f8d3205712b33f /indra/newview/gltf/asset.h | |
parent | 3f0aa3383a25d203dcdf35d0b7937cbcba3ea5e3 (diff) |
#4107 upload the model ignoring unsupported extension
Diffstat (limited to 'indra/newview/gltf/asset.h')
-rw-r--r-- | indra/newview/gltf/asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/gltf/asset.h b/indra/newview/gltf/asset.h index 3cec18268b..3a20f7d6ea 100644 --- a/indra/newview/gltf/asset.h +++ b/indra/newview/gltf/asset.h @@ -396,6 +396,8 @@ namespace LL U32 mMaterialsUBO = 0; bool mLoadIntoVRAM = false; + bool mUnsupportedExtension = false; + // prepare for first time use bool prep(); |