mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
Use a saner "infinity".
8e6 is just too big for reasonable floating point. This fixes the bogus portals.
This commit is contained in:
parent
632817fed5
commit
2b65f81b72
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
|
||||
#include "QF/winding.h"
|
||||
|
||||
#define BOGUS (8e6)
|
||||
#define BOGUS (65336.0)
|
||||
|
||||
/** \addtogroup qfbsp_winding
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue