Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
be2fcb4621
14 changed files with 166 additions and 146 deletions
|
|
@ -541,7 +541,7 @@ void R_AddLine (seg_t *line)
|
|||
if (WallC.Init(tx1, ty1, tx2, ty2, 32))
|
||||
return;
|
||||
|
||||
if (WallC.sx1 > WindowRight || WallC.sx2 < WindowLeft)
|
||||
if (WallC.sx1 >= WindowRight || WallC.sx2 <= WindowLeft)
|
||||
return;
|
||||
|
||||
if (line->linedef == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue