mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-04 01:18:39 +00:00
check correct extensionsUsed for serialization
This commit is contained in:
@@ -7471,7 +7471,7 @@ static void SerializeGltfModel(Model *model, json &o) {
|
||||
}
|
||||
|
||||
// Extensions used
|
||||
if (model->extensionsUsed.size()) {
|
||||
if (extensionsUsed.size()) {
|
||||
SerializeStringArrayProperty("extensionsUsed", extensionsUsed, o);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user