mirror of https://github.com/CGAL/cgal
wein: fixed silly bug
This commit is contained in:
parent
c3eb34d12d
commit
98a8ce51e4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue