From aafb13219e9d7d7bfe669d38d6bc58fc6d4064ac Mon Sep 17 00:00:00 2001 From: giorgiomarcias Date: Fri, 19 Dec 2014 11:32:18 +0000 Subject: [PATCH] Changed a wrong (fortunately not used) enum value. --- vcg/complex/algorithms/polygon_polychord_collapse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/complex/algorithms/polygon_polychord_collapse.h b/vcg/complex/algorithms/polygon_polychord_collapse.h index 3a3e1492..708e02f4 100644 --- a/vcg/complex/algorithms/polygon_polychord_collapse.h +++ b/vcg/complex/algorithms/polygon_polychord_collapse.h @@ -75,8 +75,8 @@ public: PC_SINGBOTH = 0x08, PC_SELFINTERSECT = 0x10, PC_NOMOREMANIF = 0x20, - PC_VOID = 0x30, - PC_OTHER = 0x40 + PC_VOID = 0x40, + PC_OTHER = 0x80 }; /**