mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-24 22:26:50 +00:00
this is better
This commit is contained in:
parent
6fdc090ecc
commit
f5143c2d78
|
@ -2552,7 +2552,7 @@ class PlayState extends MusicBeatSubState
|
|||
if (isChartingMode)
|
||||
{
|
||||
if (FlxG.sound.music != null) FlxG.sound.music.pause(); // Don't reset song position!
|
||||
PlayState.instance.close(); // This only works because PlayState is a substate!
|
||||
this.close(); // This only works because PlayState is a substate!
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue