diff --git a/vcg/complex/algorithms/update/flag.h b/vcg/complex/algorithms/update/flag.h index 0238e286..7f7d5f61 100644 --- a/vcg/complex/algorithms/update/flag.h +++ b/vcg/complex/algorithms/update/flag.h @@ -326,11 +326,11 @@ public: { if(pe-ps==1) { ps->f->SetB(ps->z); - } else + } /*else if(pe-ps!=2) { // Caso complex!! for(;ps!=pe;++ps) ps->f->SetB(ps->z); // Si settano border anche i complex. - } + }*/ ps = pe; } if(pe==e.end()) break;