diff --git a/vcg/complex/algorithms/bitquad_support.h b/vcg/complex/algorithms/bitquad_support.h index 202f25aa..9a0f3837 100644 --- a/vcg/complex/algorithms/bitquad_support.h +++ b/vcg/complex/algorithms/bitquad_support.h @@ -910,7 +910,7 @@ static void SetValency(VertexType *v, int n){ static int GetValency(const VertexType *v){ //return (int)(v->cQ()); - return ( v->Flags() >> (VALENCY_FLAGS) ) & 255; + return ( v->cFlags() >> (VALENCY_FLAGS) ) & 255; } static void IncreaseValency(VertexType *v, int dv=1){