diff --git a/vcg/complex/trimesh/crease_cut.h b/vcg/complex/trimesh/crease_cut.h index 9eb4f45d..e81b238f 100644 --- a/vcg/complex/trimesh/crease_cut.h +++ b/vcg/complex/trimesh/crease_cut.h @@ -134,8 +134,7 @@ void CreaseCut(MESH_TYPE &m, float angleRad) if(curVertexInd < startVn) assert(curVertexInd == vertInd); if(curVertexInd >= startVn) { - //m.vert[curVertexInd].ImportLocal(*((*fi).V(j))); - tri::Append::ImportVertex(m.vert[curVertexInd],*((*fi).V(j))); + m.vert[curVertexInd].ImportLocal(*((*fi).V(j))); (*fi).V(j) = & m.vert[curVertexInd]; } }