Skip to content

Commit

Permalink
fix backwards copatibility with ints
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Dec 22, 2023
1 parent af62d25 commit 0934fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/addons/ui/FlxUICursor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ class FlxUICursor extends FlxUISprite
}

/* Various default input configurations */
enum abstract FlxUICursorInputFlag(Int) from Int
enum abstract FlxUICursorInputFlag(Int) from Int to Int
{
/* tab to go "right", shift+tab to go "left", enter to click */
var KEYS_TAB = 0x00000001;
Expand Down

0 comments on commit 0934fa4

Please sign in to comment.