mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
Put the over-size range back to its original value.
This fixes the horribly different results between optimized and unoptimized qfbsp (there is still a difference of 1 brushface). Unfortunately, it also severely limits the maximum size of a map.
This commit is contained in:
parent
50b22ab163
commit
eccc1b5b51
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include "QF/winding.h"
|
||||
|
||||
#define BOGUS (65336.0)
|
||||
#define BOGUS (18000.0)
|
||||
|
||||
/** \addtogroup qfbsp_winding
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue