mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-26 04:30:55 +00:00
Merge branch 'worms' into 'uncappedrevengeance'
Fix interp scaling crashing software See merge request ShaderWraith/SRB2!2
This commit is contained in:
commit
0f2e200fa1
1 changed files with 1 additions and 1 deletions
|
@ -2069,7 +2069,7 @@ static void R_ProjectSprite(mobj_t *thing)
|
|||
|
||||
vis->xscale = FixedMul(spritexscale, xscale); //SoM: 4/17/2000
|
||||
vis->scale = FixedMul(spriteyscale, yscale); //<<detailshift;
|
||||
vis->thingscale = oldthing->scale;
|
||||
vis->thingscale = this_scale;
|
||||
|
||||
vis->spritexscale = spritexscale;
|
||||
vis->spriteyscale = spriteyscale;
|
||||
|
|
Loading…
Reference in a new issue