mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-07-07 22:31:50 +08:00
fixing typo
This commit is contained in:
parent
b96f6966ab
commit
a9718668b4
@ -3880,7 +3880,7 @@ static void SerializeGltfNode(Node &node, json &o) {
|
|||||||
SerializeNumberProperty<int>("camera", node.camera, o);
|
SerializeNumberProperty<int>("camera", node.camera, o);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node.extras.Type() != NULL_TYPE)
|
if (node.extras.Type() != NULL_TYPE) {
|
||||||
SerializeValue("extras", node.extras, o);
|
SerializeValue("extras", node.extras, o);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user