mirror of https://github.com/CGAL/cgal
remove a warning
This commit is contained in:
parent
f294d4cade
commit
c988360a3b
|
|
@ -119,7 +119,7 @@ void Scene_spheres_item::initializeBuffers(CGAL::Three::Viewer_interface *viewer
|
|||
|
||||
program->release();
|
||||
|
||||
nb_centers = centers.size();
|
||||
nb_centers = static_cast<int>(centers.size());
|
||||
centers.clear();
|
||||
centers.swap(centers);
|
||||
colors.clear();
|
||||
|
|
|
|||
Loading…
Reference in New Issue