diff --git a/src/meshlabplugins/io_epoch/epoch_io.cpp b/src/meshlabplugins/io_epoch/epoch_io.cpp index 78eb83f72..347379238 100644 --- a/src/meshlabplugins/io_epoch/epoch_io.cpp +++ b/src/meshlabplugins/io_epoch/epoch_io.cpp @@ -744,6 +744,7 @@ bool EpochIO::open(const QString &formatName, const QString &fileName, MeshModel if (cb != NULL) (*cb)(100, "Done"); // vcg::tri::UpdateNormals::PerVertex(m.cm); // updates normals + m.updateDataMask(MeshModel::MM_VERTCOLOR); int t3=clock(); if(logFP) fprintf(logFP,"---------- Total Processing Time%i\n\n\n",t3-t0);