Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larsiusprime committed Feb 26, 2016
1 parent 7c77870 commit 4d1dd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/input/gamepad/FlxGamepadManager.hx
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ class FlxGamepadManager implements IFlxInputManager
// returns (0,1) so we normalize to (0, 1) for legacy target only
newAxis[i] = (newAxis[i] + 1) / 2;
}
else
else if(isForStick)
{
var newVal = newAxis[i];
var oldVal = oldAxis[i];
Expand Down

0 comments on commit 4d1dd74

Please sign in to comment.