add missing else branch

This commit is contained in:
gabryon99 2021-07-15 17:19:43 +02:00
parent f92b7ad1fb
commit bc4ad899ab

View File

@ -467,6 +467,9 @@ void E57IOPlugin::loadMesh(MeshModel &m, int &mask, int scanIndex, size_t buffSi
continue;
}
}
else {
continue;
}
auto vertex = vcg::tri::Allocator<CMeshO>::AddVertex(m.cm, coordinates);