Fixed argument to draw_point_imp1()

This commit is contained in:
Efi Fogel 2023-04-27 14:02:29 +03:00
parent ef7b62119b
commit f6db4a6d94
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ protected:
*/
void draw_point(const Point& p) {
const auto* traits = m_arr.geometry_traits();
draw_point_impl1(p, *traits, true);
draw_point_impl1(p, *traits, 0);
}
/*! Add a Connected Component of the Boundary.