Fixed x/y axis mixup.
This commit is contained in:
parent
1ba5fd4380
commit
4a13415fc6
1 changed files with 1 additions and 1 deletions
|
@ -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