mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-28 00:11:09 +00:00
fuuuuuuuu
This commit is contained in:
parent
6c559946f0
commit
66a737a7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -926,7 +926,7 @@ static void R_DrawVisSprite(vissprite_t *vis)
|
|||
if (vis->scalestep)
|
||||
{
|
||||
sprtopscreen = (centeryfrac - FixedMul(dc_texturemid, spryscale));
|
||||
dc_iscale = (0xffffffffu / (unsigned)spryscale)
|
||||
dc_iscale = (0xffffffffu / (unsigned)spryscale);
|
||||
}
|
||||
if (vis->vflip)
|
||||
R_DrawFlippedMaskedColumn(column, patch->height);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue