Merge branch 'CGAL-Qt5_support-Splatting-Perf-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-Splatting-Perf-GF

This commit is contained in:
Maxime Gimeno 2015-09-04 08:24:45 +02:00
commit ca12416e30
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ bool Scene_points_with_normal_item::supportsRenderingMode(RenderingMode m) const
( m==PointsPlusNormals || m==Splatting ) );
}
void Scene_points_with_normal_item::draw_splats(Viewer_interface* viewer) const
void Scene_points_with_normal_item::draw_splats(Viewer_interface*) const
{
// TODO add support for selection
::glBegin(GL_POINTS);