diff --git a/tiny_gltf.h b/tiny_gltf.h index b1ef164..dccb1e0 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -3880,7 +3880,7 @@ static void SerializeGltfNode(Node &node, json &o) { SerializeNumberProperty("camera", node.camera, o); } - if (node.extras.Type() != NULL_TYPE) + if (node.extras.Type() != NULL_TYPE) { SerializeValue("extras", node.extras, o); }