From eca9883c68edc0ccb79c841b6423286a967f1217 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 23 Feb 2011 10:50:50 +0100 Subject: [PATCH] limit increasing (squash all these together) --- tools/quake3/common/polylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2