if a leaf isn't in the frustum, don't bother lighting it

This commit is contained in:
Bill Currie 2004-02-14 07:32:26 +00:00
parent 82bc3055bc
commit 2cdf12cd50

View file

@ -170,7 +170,7 @@ R_AddDynamicLights_1 (msurface_t *surf)
}
}
static inline void
static void
R_AddDynamicLights_3 (msurface_t *surf)
{
float dist;