mirror of https://github.com/CGAL/cgal
Fix plugin
This commit is contained in:
parent
806e65f259
commit
18f1f65bbf
|
|
@ -132,7 +132,7 @@ load(QFileInfo fileinfo, bool& ok, bool add_to_scene) {
|
|||
std::vector<CGAL::IO::Color> fcolors;
|
||||
std::vector<CGAL::IO::Color> vcolors;
|
||||
|
||||
if (!(CGAL::IO::read_PLY (in, points, polygons, vcolors)))
|
||||
if (!(CGAL::IO::read_PLY (in, points, polygons, fcolors, vcolors)))
|
||||
{
|
||||
QApplication::restoreOverrideCursor();
|
||||
ok = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue