mirror of https://github.com/CGAL/cgal
Fixed argument to draw_point_imp1()
This commit is contained in:
parent
ef7b62119b
commit
f6db4a6d94
|
|
@ -446,7 +446,7 @@ protected:
|
||||||
*/
|
*/
|
||||||
void draw_point(const Point& p) {
|
void draw_point(const Point& p) {
|
||||||
const auto* traits = m_arr.geometry_traits();
|
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.
|
/*! Add a Connected Component of the Boundary.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue