mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
add missing else branch
This commit is contained in:
parent
f92b7ad1fb
commit
bc4ad899ab
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user