fix yet another type (splitmanifoldcomponents)

This commit is contained in:
T.Alderighi 2020-01-16 19:27:21 +01:00
parent 83b00f0219
commit 404c57fd2b
1 changed files with 3 additions and 2 deletions

View File

@ -711,12 +711,13 @@ public:
if(face::IsManifold(*fp, i) && !ff->IsS() && !ff->IsV())
{
ff->IsS();
ff->IsV();
ff->SetS();
ff->SetS();
visitStack.push_back(ff);
}
}
}
Append<MeshType, MeshType>::Mesh(tmpMesh, m, true);
++selCnt;
}