mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 19:35:29 +00:00
Fixed x/y axis mixup.
This commit is contained in:
parent
16d5055cb1
commit
98b4883efd
|
@ -119,7 +119,7 @@ namespace OpenTK.Input
|
|||
break;
|
||||
|
||||
case GamePadAxis.RightY:
|
||||
right_stick_x = value;
|
||||
right_stick_y = value;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue