[PATCH] light: increase MAX_TSTACK
Managed to hit this limitation recently, so bump it up. Signed-off-by: Tyrann <tyrann@disenchant.net>
This commit is contained in:
parent
8a7304a54d
commit
bcb8e0990d
|
|
@ -97,7 +97,7 @@ typedef struct {
|
|||
* TYR - modified TestLine (a bit of a hack job...)
|
||||
* ==============
|
||||
*/
|
||||
#define MAX_TSTACK 64
|
||||
#define MAX_TSTACK 128
|
||||
static qboolean
|
||||
TestLineOrSky(const vec3_t start, const vec3_t stop, qboolean sky_test)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue