removed ImportVertex for ImportLocal

This commit is contained in:
ganovelli 2008-08-07 16:20:01 +00:00
parent 085e19d121
commit 8ad902095a
1 changed files with 1 additions and 2 deletions

View File

@ -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<CMeshO,CMeshO>::ImportVertex(m.vert[curVertexInd],*((*fi).V(j)));
m.vert[curVertexInd].ImportLocal(*((*fi).V(j)));
(*fi).V(j) = & m.vert[curVertexInd];
}
}