From 2299b6b8e6d0683e7feb3933505fcbb4a8f47ad2 Mon Sep 17 00:00:00 2001 From: Bigfoot71 Date: Sun, 18 May 2025 00:24:52 +0200 Subject: [PATCH] increase max clipped polygon vertices --- src/external/rlsw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/external/rlsw.h b/src/external/rlsw.h index da2c6d93e..02bea76de 100644 --- a/src/external/rlsw.h +++ b/src/external/rlsw.h @@ -79,7 +79,7 @@ #endif #ifndef SW_MAX_CLIPPED_POLYGON_VERTICES -# define SW_MAX_CLIPPED_POLYGON_VERTICES 12 +# define SW_MAX_CLIPPED_POLYGON_VERTICES 24 #endif #ifndef SW_CLIP_EPSILON