summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/asset.cpp
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.cpp
parent3375fb1348de8768ea3cac4b06cd4fdd4fbd13a9 (diff)
#4190 provide unsupported extension info in log
Diffstat (limited to 'indra/newview/gltf/asset.cpp')
-rw-r--r--indra/newview/gltf/asset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/gltf/asset.cpp b/indra/newview/gltf/asset.cpp
index 6576904874..3859bdc103 100644
--- a/indra/newview/gltf/asset.cpp
+++ b/indra/newview/gltf/asset.cpp
@@ -495,7 +495,7 @@ bool Asset::prep()
if (ExtensionsSupported.find(extension) == ExtensionsSupported.end())
{
LL_WARNS() << "Unsupported extension: " << extension << LL_ENDL;
- mUnsupportedExtension = true;
+ mUnsupportedExtensions.push_back(extension);
}
}