mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 14:16:00 +00:00
fixing the stop
This commit is contained in:
parent
64a4512980
commit
f3a38e0232
|
|
@ -4989,7 +4989,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
welcomeMusic.pause();
|
stopWelcomeMusic();
|
||||||
startAudioPlayback();
|
startAudioPlayback();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue