mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
if a leaf isn't in the frustum, don't bother lighting it
This commit is contained in:
parent
82bc3055bc
commit
2cdf12cd50
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ R_AddDynamicLights_1 (msurface_t *surf)
|
|||
}
|
||||
}
|
||||
|
||||
static inline void
|
||||
static void
|
||||
R_AddDynamicLights_3 (msurface_t *surf)
|
||||
{
|
||||
float dist;
|
||||
|
|
Loading…
Reference in a new issue