mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Fix char select substate crash
This commit is contained in:
parent
0dc286e1d3
commit
5c1766a00f
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class CharSelectSubState extends MusicBeatSubState
|
|||
// FlxG.debugger.track(bfChill, "bf chill");
|
||||
// FlxG.debugger.track(playerChill, "player");
|
||||
// FlxG.debugger.track(nametag, "nametag");
|
||||
FlxG.debugger.track(selectSound, "selectSound");
|
||||
// FlxG.debugger.track(selectSound, "selectSound");
|
||||
// FlxG.debugger.track(chooseDipshit, "choose dipshit");
|
||||
// FlxG.debugger.track(barthing, "barthing");
|
||||
// FlxG.debugger.track(fgBlur, "fgBlur");
|
||||
|
|
Loading…
Reference in a new issue