Fix plugin

This commit is contained in:
Andreas Fabri 2025-10-01 10:34:24 +01:00
parent 806e65f259
commit 18f1f65bbf
1 changed files with 1 additions and 1 deletions

View File

@ -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;