mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
OpenGL: Fix MD2s on player 2's screen breaking when reverse gravity is involved
This commit is contained in:
parent
65d9c9e167
commit
0081397920
1 changed files with 1 additions and 4 deletions
|
@ -1387,10 +1387,7 @@ void HWR_DrawMD2(gr_vissprite_t *spr)
|
|||
// SRB2CBTODO: MD2 scaling support
|
||||
finalscale *= FIXED_TO_FLOAT(spr->mobj->scale);
|
||||
|
||||
if (postimgtype == postimg_flip)
|
||||
p.flip = true;
|
||||
else
|
||||
p.flip = false;
|
||||
p.flip = atransform.flip;
|
||||
|
||||
HWD.pfnDrawMD2i(buff, curr, durs, tics, next, &p, finalscale, flip, color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue