qbsp: raise MAX_SUPERFACE_POINTS from 512 to 8192

This commit is contained in:
Eric Wasylishen 2021-03-23 21:05:40 -06:00
parent fea7849315
commit 386faa9315
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ AddFaceEdges(face_t *f)
* superface is a large face used as intermediate stage in tjunc fixes, * superface is a large face used as intermediate stage in tjunc fixes,
* can hold hundreds of edges of edges if needed * can hold hundreds of edges of edges if needed
*/ */
#define MAX_SUPERFACE_POINTS 512 #define MAX_SUPERFACE_POINTS 8192
static void static void
SplitFaceForTjunc(face_t *face, face_t *original, face_t **facelist) SplitFaceForTjunc(face_t *face, face_t *original, face_t **facelist)