diff --git a/src/meshlabplugins/io_gts/io_gts.cpp b/src/meshlabplugins/io_gts/io_gts.cpp index 7907927ec..0ba174605 100644 --- a/src/meshlabplugins/io_gts/io_gts.cpp +++ b/src/meshlabplugins/io_gts/io_gts.cpp @@ -86,7 +86,7 @@ bool GtsIOPlugin::open(const QString &formatName, const QString &fileName, MeshM vcg::tri::UpdateBounding::Box(m.cm); // updates bounding box if (!normalsUpdated) - vcg::tri::UpdateNormals::PerVertex(m.cm); // updates normals + vcg::tri::UpdateNormal::PerVertex(m.cm); // updates normals if (cb != NULL) (*cb)(99, "Done");