Fix one build error

This commit is contained in:
Hans Goudey 2022-11-29 14:02:32 -06:00
parent ba7052caa9
commit d6c4ef7586
1 changed files with 0 additions and 3 deletions

View File

@ -157,9 +157,6 @@ static void write_mesh_objects(Vector<std::unique_ptr<OBJMesh>> exportable_as_me
if (mtl_writer) {
mtlindices.append(mtl_writer->add_materials(obj));
}
if (export_params.export_normals) {
obj.ensure_mesh_normals();
}
}
/* Parallel over meshes: store normal coords & indices, uv coords and indices. */