mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Input display: fix flipped vertical inputs when reading ticcmds
This commit is contained in:
parent
c7aac9f119
commit
dc31ae20c6
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> {
|
Vec2<float> {
|
||||||
-cmd.turning / (float)KART_FULLTURN,
|
-cmd.turning / (float)KART_FULLTURN,
|
||||||
-cmd.throwdir / (float)KART_FULLTURN,
|
cmd.throwdir / (float)KART_FULLTURN,
|
||||||
};
|
};
|
||||||
|
|
||||||
box.patch(gfx("PAD{}", analog ? "N" : dpad_suffix(dpad)));
|
box.patch(gfx("PAD{}", analog ? "N" : dpad_suffix(dpad)));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue