Fix selection tool accordingly

This commit is contained in:
Maxime Gimeno 2018-04-06 09:26:47 +02:00 committed by Andreas Fabri
parent 0eb502cad1
commit 01a82a3ef2
1 changed files with 1 additions and 1 deletions

View File

@ -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());