From 0d4225a65af3be5c76db5c58b99a918e8c278eb6 Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 26 Jun 2009 23:17:06 +0000 Subject: [PATCH] added bit polygonal to the saving masks --- wrap/io_trimesh/io_mask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/io_mask.h b/wrap/io_trimesh/io_mask.h index 43a0d75c..1d3ee4ce 100644 --- a/wrap/io_trimesh/io_mask.h +++ b/wrap/io_trimesh/io_mask.h @@ -85,7 +85,7 @@ enum { IOM_WEDGTEXMULTI = 0x02000, // when textrue index is explicit IOM_WEDGNORMAL = 0x04000, - IOM_BITPOLYGONAL = 0x10000, // loads explicit polygonal mesh + IOM_BITPOLYGONAL = 0x20000, // loads explicit polygonal mesh IOM_CAMERA = 0x08000,