wein: fixed silly bug

This commit is contained in:
Efi Fogel 2007-09-18 13:52:32 +00:00
parent c3eb34d12d
commit 98a8ce51e4
1 changed files with 3 additions and 1 deletions

View File

@ -823,7 +823,9 @@ _face_below_vertex_on_discontinuity (Vertex * v) const
}
}
++curr;
// Move to the next halfedge around the vertex.
curr = curr->next()->opposite();
} while (curr != first);
// The first halfedge we encounter is the lowest to the left, but if there