mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 21:41:31 +00:00
Whoops, this broke my non-NEWCLIP test build
This commit is contained in:
parent
cefd92fc8e
commit
10b835e799
1 changed files with 1 additions and 1 deletions
|
|
@ -3060,7 +3060,7 @@ static void HWR_AddLine(seg_t * line)
|
|||
// Identical floor and ceiling on both sides,
|
||||
// identical light levels on both sides,
|
||||
// and no middle texture.
|
||||
if (R_IsEmptyLine(curline, frontsector, backsector))
|
||||
if (R_IsEmptyLine(gr_curline, gr_frontsector, gr_backsector))
|
||||
return;
|
||||
|
||||
clippass:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue