qbsp: raise MAX_SUPERFACE_POINTS from 512 to 8192
This commit is contained in:
parent
fea7849315
commit
386faa9315
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue