1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +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 else
{ {
welcomeMusic.pause(); stopWelcomeMusic();
startAudioPlayback(); startAudioPlayback();
} }
} }