Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
haxe 4.0.0 users: it is my time to rise
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallyasmartname authored Apr 24, 2021
1 parent fdc4c82 commit 3dabf71
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 3dabf71

Please sign in to comment.