Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
HRK-EXEX committed Nov 27, 2024
1 parent 1d34af6 commit 9c82c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/OutdatedState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package states;
class OutdatedState extends MusicBeatState
{
public static var leftState:Bool = false;
var toInt = CoolUtil.int();
var toInt = CoolUtil.int;

var warnText:FlxText;
override function create()
Expand Down

0 comments on commit 9c82c44

Please sign in to comment.