mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
parent
16703a6752
commit
00da2b3265
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…
Add table
Reference in a new issue