diff --git a/wrap/io_trimesh/import_ply.h b/wrap/io_trimesh/import_ply.h index 57edbfd0..5104b07d 100644 --- a/wrap/io_trimesh/import_ply.h +++ b/wrap/io_trimesh/import_ply.h @@ -949,7 +949,7 @@ static int Open( OpenMeshType &m, const char * filename, PlyInfo &pi ) } } //qDebug("Completed the reading of %i indexes",RangeGridAuxVec.size()); - tri::FaceGrid(m, RangeGridAuxVec, RangeGridCols,RangeGridRows); + tri::SparseFaceGrid(m, RangeGridAuxVec, RangeGridCols,RangeGridRows); } else {