increase max clipped polygon vertices

This commit is contained in:
Bigfoot71 2025-05-18 00:24:52 +02:00
parent 72e753a60a
commit 2299b6b8e6

2
src/external/rlsw.h vendored
View File

@ -79,7 +79,7 @@
#endif #endif
#ifndef SW_MAX_CLIPPED_POLYGON_VERTICES #ifndef SW_MAX_CLIPPED_POLYGON_VERTICES
# define SW_MAX_CLIPPED_POLYGON_VERTICES 12 # define SW_MAX_CLIPPED_POLYGON_VERTICES 24
#endif #endif
#ifndef SW_CLIP_EPSILON #ifndef SW_CLIP_EPSILON