Skip to content

Commit

Permalink
Merge pull request FunkinCrew#291 from actuallyasmartnames/master
Browse files Browse the repository at this point in the history
you can compile with 4.0.x
  • Loading branch information
Kade-github authored May 5, 2021
2 parents 05d8449 + 69e7fb9 commit 157d2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Controls.hx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import flixel.input.gamepad.FlxGamepadButton;
import flixel.input.gamepad.FlxGamepadInputID;
import flixel.input.keyboard.FlxKey;

#if (haxe >= "4.0.0")
#if (haxe >= "4.1.0")
enum abstract Action(String) to String from String
{
var UP = "up";
Expand Down

0 comments on commit 157d2ca

Please sign in to comment.