mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-21 18:48:34 +00:00
Merge pull request #305 from Selmar/patch-2
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