fixing typo

This commit is contained in:
Jens Olsson
2018-05-24 15:48:49 +02:00
parent e5927e30d0
commit d9714fa7c4

View File

@@ -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);
}