From 8fd20ba5aa88157df67930ccec1f69439fc87daa Mon Sep 17 00:00:00 2001 From: ponchio Date: Wed, 18 Oct 2006 21:26:39 +0000 Subject: [PATCH] *** empty log message *** --- vcg/complex/trimesh/create/ball_pivoting.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/complex/trimesh/create/ball_pivoting.h b/vcg/complex/trimesh/create/ball_pivoting.h index 6a9354f2..83b3e6f1 100644 --- a/vcg/complex/trimesh/create/ball_pivoting.h +++ b/vcg/complex/trimesh/create/ball_pivoting.h @@ -652,8 +652,8 @@ int addFace() { (*next).previous = previous; detach((*a).v1); detach((*a).v0); - front.erase(a); - front.erase(b); + erase(a); + erase(b); return true; }