mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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))
|
if (pscale != FRACUNIT || (splitscreen && option & V_PERPLAYER))
|
||||||
{
|
{
|
||||||
fwidth = (float)SHORT(gpatch->width) * fscalew * dupx;
|
fwidth = (float)SHORT(gpatch->width) * fscalew * dupx;
|
||||||
fheight = (float)SHORT(gpatch->height) * fscalew * dupy;
|
fheight = (float)SHORT(gpatch->height) * fscaleh * dupy;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue