VOXELFORMAT: replace auto

master
Martin Gerhardy 2022-05-16 22:03:51 +02:00
parent 21151c8acc
commit eceb44d464
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void GLTFFormat::processGltfNode(tinygltf::Model &m, tinygltf::Node &node, tinyg
stack.pop();
auto nodeChidren = graphNode.children();
const voxelformat::SceneGraphNodeChildren &nodeChidren = graphNode.children();
for (int i = (int)nodeChidren.size() - 1; i >= 0; i--) {
stack.emplace_back(nodeChidren[i], idx);