diff --git a/src/meshlabplugins/filter_csg/filter_csg.cpp b/src/meshlabplugins/filter_csg/filter_csg.cpp index 7495750e5..de85a5962 100644 --- a/src/meshlabplugins/filter_csg/filter_csg.cpp +++ b/src/meshlabplugins/filter_csg/filter_csg.cpp @@ -179,7 +179,7 @@ bool FilterCSG::applyFilter(QAction *filter, MeshDocument &md, RichParameterSet Log(0, "Done"); vcg::tri::UpdateBounding::Box(mesh->cm); - vcg::tri::UpdateNormals::PerFaceFromCurrentVertexNormal(mesh->cm); + vcg::tri::UpdateNormal::PerFaceFromCurrentVertexNormal(mesh->cm); } return true;