mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
parent
ae2594e5ce
commit
f21ebaea0c
1 changed files with 1 additions and 1 deletions
|
@ -1338,7 +1338,7 @@ static void R_ProjectSprite(mobj_t *thing)
|
|||
return;
|
||||
|
||||
if ((range = x2 - x1) <= 0)
|
||||
range = 1;
|
||||
return;
|
||||
|
||||
scalestep = (yscale2 - yscale)/range;
|
||||
scalestep = scalestep ? scalestep : 1;
|
||||
|
|
Loading…
Reference in a new issue