Skip to content

Commit ff4afb5

Browse files
authored
Update FlashingState.hx
1 parent 2142a78 commit ff4afb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/FlashingState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class FlashingState extends MusicBeatState
3737
Start with ESCAPE key enabled\n
3838
楽しんでね! Enjoy!",
3939
20);
40-
warnText.setFormat((Paths.font("vcr.ttf"), 20, FlxColor.WHITE, CENTER);
40+
warnText.setFormat(Paths.font("vcr.ttf"), 20, FlxColor.WHITE, CENTER);
4141
warnText.screenCenter(Y);
4242
add(warnText);
4343
}

0 commit comments

Comments
 (0)