diff --git a/tiny_gltf.h b/tiny_gltf.h index 67ed245..0719dd9 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -4563,7 +4563,7 @@ bool TinyGLTF::LoadFromString(Model *model, std::string *err, std::string *warn, } const json &o = it->get(); std::vector nodes; - ParseIntegerArrayProperty(&nodes, err, o, "nodes", false)); + ParseIntegerArrayProperty(&nodes, err, o, "nodes", false); Scene scene; scene.nodes = std::move(nodes);