mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 23:45:56 +08:00
remove extra parenthesis
This commit is contained in:
parent
6143c6662b
commit
ce25385eab
@ -4563,7 +4563,7 @@ bool TinyGLTF::LoadFromString(Model *model, std::string *err, std::string *warn,
|
||||
}
|
||||
const json &o = it->get<json>();
|
||||
std::vector<int> nodes;
|
||||
ParseIntegerArrayProperty(&nodes, err, o, "nodes", false));
|
||||
ParseIntegerArrayProperty(&nodes, err, o, "nodes", false);
|
||||
|
||||
Scene scene;
|
||||
scene.nodes = std::move(nodes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user