mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 04:26:06 +08:00
Merge pull request #305 from Selmar/patch-2
check correct `extensionsUsed` for serialization
This commit is contained in:
commit
869a9d273c
@ -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