VOXELFORMAT: replaced auto

master
Martin Gerhardy 2022-05-24 21:02:07 +02:00
parent 9197e5133b
commit d5cdedfb4d
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Objects: {
// TODO: are connections and relations needed?
// https://github.com/libgdx/fbx-conv/blob/master/samples/blender/cube.fbx
for (const auto &meshExt : meshes) {
for (const MeshExt &meshExt : meshes) {
const voxel::Mesh *mesh = meshExt.mesh;
Log::debug("Exporting layer %s", meshExt.name.c_str());
const int nv = (int)mesh->getNoOfVertices();