diff --git a/vcg/simplex/face/base.h b/vcg/simplex/face/base.h index c6c23eba..5dfaf7f8 100644 --- a/vcg/simplex/face/base.h +++ b/vcg/simplex/face/base.h @@ -260,7 +260,7 @@ public: void SetF(int i) {this->Flags() |=(FAUX0<Flags() &= (~(FAUX0<Flags() &= (~(FAUX0|FAUX1|FAUX2)); } + void ClearAllF() { this->Flags() &= (~(FAUX0|FAUX1|FAUX2)); } /// Return the first bit that is not still used static int &LastBitFlag()