mirror of https://github.com/CGAL/cgal
Fix selection tool accordingly
This commit is contained in:
parent
0eb502cad1
commit
01a82a3ef2
|
|
@ -2091,7 +2091,7 @@ bool Scene_polyhedron_selection_item_priv::canAddFaceAndVertex(fg_halfedge_descr
|
|||
if(iterator == hc)
|
||||
{
|
||||
found = true;
|
||||
CGAL::Euler::add_vertex_and_face_to_border(hc,t, *item->polyhedron());
|
||||
CGAL::Euler::add_vertex_and_face_to_border(t,hc, *item->polyhedron());
|
||||
break;
|
||||
}
|
||||
iterator = next(iterator, *item->polyhedron());
|
||||
|
|
|
|||
Loading…
Reference in New Issue