mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-13 19:35:52 +08:00
check correct extensionsUsed
for serialization
This commit is contained in:
parent
f684dde9f1
commit
1208f057d6
@ -7471,7 +7471,7 @@ static void SerializeGltfModel(Model *model, json &o) {
|
||||
}
|
||||
|
||||
// Extensions used
|
||||
if (model->extensionsUsed.size()) {
|
||||
if (extensionsUsed.size()) {
|
||||
SerializeStringArrayProperty("extensionsUsed", extensionsUsed, o);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user