replaced ImportLocal with ImportData (it was left behind)

This commit is contained in:
ganovelli 2010-10-15 09:25:52 +00:00
parent d10a9822d3
commit 123a51b774
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ namespace vcg
if( HEdgeType::HasHFAdjacency() && FaceType::HasFHAdjacency()){ if( HEdgeType::HasHFAdjacency() && FaceType::HasFHAdjacency()){
FaceIterator fi0 = vcg::tri::Allocator<MeshType>::AddFaces(m,1); FaceIterator fi0 = vcg::tri::Allocator<MeshType>::AddFaces(m,1);
m.face.back().ImportLocal(*e0->HFp()); m.face.back().ImportData(*e0->HFp());
SetRelationsLoopFace(&(*ei0),e1->HFp()); // one loop to the old face SetRelationsLoopFace(&(*ei0),e1->HFp()); // one loop to the old face
SetRelationsLoopFace(&(*ei1),&m.face.back()); // the other to the new face SetRelationsLoopFace(&(*ei1),&m.face.back()); // the other to the new face