From d9714fa7c436eeb676f88cb16b80c0c6c2052f26 Mon Sep 17 00:00:00 2001 From: Jens Olsson Date: Thu, 24 May 2018 15:48:49 +0200 Subject: [PATCH] fixing typo --- tiny_gltf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }