From 123a51b774b659196ce522a601e306cc161c6495 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 15 Oct 2010 09:25:52 +0000 Subject: [PATCH] replaced ImportLocal with ImportData (it was left behind) --- vcg/complex/trimesh/update/halfedge_indexed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/update/halfedge_indexed.h b/vcg/complex/trimesh/update/halfedge_indexed.h index c5136d62..9fc42e48 100644 --- a/vcg/complex/trimesh/update/halfedge_indexed.h +++ b/vcg/complex/trimesh/update/halfedge_indexed.h @@ -514,7 +514,7 @@ namespace vcg if( HEdgeType::HasHFAdjacency() && FaceType::HasFHAdjacency()){ FaceIterator fi0 = vcg::tri::Allocator::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(&(*ei1),&m.face.back()); // the other to the new face