Fixed x/y axis mixup.
authorStefanos A <stapostol@gmail.com>
Sun, 22 Dec 2013 21:47:50 +0000 (22:47 +0100)
committerthefiddler <stapostol@gmail.com>
Tue, 24 Dec 2013 16:18:01 +0000 (17:18 +0100)
Source/OpenTK/Input/GamePadState.cs

index ad603017d556958a7dc8e7b1a84f856d2d2f911a..b0501f6c5c12aad61c50947099156aaad56254a3 100644 (file)
@@ -119,7 +119,7 @@ namespace OpenTK.Input
                     break;
 
                 case GamePadAxis.RightY:
-                    right_stick_x = value;
+                    right_stick_y = value;
                     break;
 
                 default: