mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
check if face is deleted when selecting
This commit is contained in:
parent
f2c399ac8b
commit
c5956b64a0
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user