]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
limit increasing (squash all these together)
authorRudolf Polzer <divverent@alientrap.org>
Wed, 23 Feb 2011 09:50:50 +0000 (10:50 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 23 Feb 2011 09:52:11 +0000 (10:52 +0100)
tools/quake3/common/polylib.h

index 5e560d9d75dad4d3625886651d5621d9dbeef247..6f41c1816dc507b9a91957e616e428eff5600891 100644 (file)
@@ -26,7 +26,7 @@ typedef struct
        vec3_t  p[4];           // variable sized
 } winding_t;
 
-#define        MAX_POINTS_ON_WINDING   64
+#define        MAX_POINTS_ON_WINDING   512
 
 // you can define on_epsilon in the makefile as tighter
 #ifndef        ON_EPSILON