fixing typo

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

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