From: Rudolf Polzer Date: Wed, 23 Feb 2011 09:50:50 +0000 (+0100) Subject: limit increasing (squash all these together) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=eca9883c68edc0ccb79c841b6423286a967f1217;p=xonotic%2Fnetradiant.git limit increasing (squash all these together) --- diff --git a/tools/quake3/common/polylib.h b/tools/quake3/common/polylib.h index 5e560d9d..6f41c181 100644 --- a/tools/quake3/common/polylib.h +++ b/tools/quake3/common/polylib.h @@ -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