diff --git a/vcg/complex/algorithms/hole.h b/vcg/complex/algorithms/hole.h index f8ae531e..dc4a8887 100644 --- a/vcg/complex/algorithms/hole.h +++ b/vcg/complex/algorithms/hole.h @@ -407,7 +407,7 @@ namespace vcg { for(it = this->AdjacencyRing().begin();it!= this->AdjacencyRing().end();++it) { if(!(*it)->IsD()) - if( tri::Clean::TestIntersection(&(*f),*it)) + if( tri::Clean::TestFaceFaceIntersection(&(*f),*it)) { this->e0.f->FFp(this->e0.z)= this->e0.f; this->e0.f->FFi(this->e0.z)=a1;