mirror of https://github.com/CGAL/cgal
removed stray ';'
This commit is contained in:
parent
47708c5884
commit
73464d8aa9
|
|
@ -89,7 +89,7 @@ void draw_points_and_hull(const std::vector<Point_3>& points,
|
|||
geomview << segment;
|
||||
else if ( CGAL::assign(triangle, object) )
|
||||
geomview << triangle;
|
||||
else if (CGAL::assign(polyhedron, object));
|
||||
else if ( CGAL::assign(polyhedron, object) )
|
||||
geomview << polyhedron;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue