mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-20 05:32:41 +00:00
Whoops, mucked up this part of the conflict resolving
This commit is contained in:
parent
027ad8aca9
commit
778a2b1dc7
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ void HWR_DrawFixedPatch(GLPatch_t *gpatch, fixed_t x, fixed_t y, fixed_t pscale,
|
|||
if (pscale != FRACUNIT || (splitscreen && option & V_PERPLAYER))
|
||||
{
|
||||
fwidth = (float)SHORT(gpatch->width) * fscalew * dupx;
|
||||
fheight = (float)SHORT(gpatch->height) * fscalew * dupy;
|
||||
fheight = (float)SHORT(gpatch->height) * fscaleh * dupy;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue