mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 22:00:46 +00:00
Fixed x/y axis mixup.
This commit is contained in:
parent
1ba5fd4380
commit
4a13415fc6
|
@ -119,7 +119,7 @@ namespace OpenTK.Input
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case GamePadAxis.RightY:
|
case GamePadAxis.RightY:
|
||||||
right_stick_x = value;
|
right_stick_y = value;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue