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:
Bill Currie 2012-09-18 09:25:10 +09:00
parent 50b22ab163
commit eccc1b5b51

View file

@ -36,7 +36,7 @@
#include "QF/winding.h"
#define BOGUS (65336.0)
#define BOGUS (18000.0)
/** \addtogroup qfbsp_winding
*/