check if face is deleted when selecting

This commit is contained in:
alemuntoni 2021-04-06 11:06:14 +02:00
parent f2c399ac8b
commit c5956b64a0

View File

@ -54,7 +54,7 @@ public:
while (faceSeed<m.face.size())
{
CFaceO& f = m.face[faceSeed];
if (!f.IsS())
if (!f.IsD() && !f.IsS())
{
if (nonClosedOnly)
{