mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-14 07:06:41 +00:00
Merge branch 'fix-replay-input-vflip' into 'master'
Input display: fix flipped vertical inputs when reading ticcmds Closes #1157 See merge request KartKrew/Kart!2135
This commit is contained in:
commit
33b73f5121
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ void K_DrawInputDisplay(float x, float y, INT32 flags, char mode, UINT8 pid, boo
|
|||
} :
|
||||
Vec2<float> {
|
||||
-cmd.turning / (float)KART_FULLTURN,
|
||||
-cmd.throwdir / (float)KART_FULLTURN,
|
||||
cmd.throwdir / (float)KART_FULLTURN,
|
||||
};
|
||||
|
||||
box.patch(gfx("PAD{}", analog ? "N" : dpad_suffix(dpad)));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue