1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-08-20 07:25:59 +00:00

fixing the stop

This commit is contained in:
Cameron Taylor 2023-11-25 02:48:43 -05:00
parent 64a4512980
commit f3a38e0232

View file

@ -4989,7 +4989,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
}
else
{
welcomeMusic.pause();
stopWelcomeMusic();
startAudioPlayback();
}
}