mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
oops, committed the wrong file
This commit is contained in:
parent
2cdf12cd50
commit
0e8ba7cc12
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ R_MarkLights (const vec3_t lightorigin, dlight_t *light, int bit,
|
|||
|| leaf->mins[1] > maxs[1] || leaf->maxs[1] < mins[1]
|
||||
|| leaf->mins[2] > maxs[2] || leaf->maxs[2] < mins[2])
|
||||
continue;
|
||||
if (R_CullBox (leaf->mins, leaf->maxs))
|
||||
continue;
|
||||
if (leaf->dlightframe != r_framecount) {
|
||||
leaf->dlightbits = 0;
|
||||
leaf->dlightframe = r_framecount;
|
||||
|
|
Loading…
Reference in a new issue