mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-04-23 06:29:54 +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);
|
||||
}
|
||||
|
||||
if (node.extras.Type() != NULL_TYPE)
|
||||
if (node.extras.Type() != NULL_TYPE) {
|
||||
SerializeValue("extras", node.extras, o);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user