1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-28 13:09:14 +00:00

Added a fix to music restarting when the song ends.

This commit is contained in:
Scott-GH 2020-12-29 23:22:02 -08:00
parent f21e9ad507
commit 359fb83fd7

View file

@ -1028,7 +1028,7 @@ class PlayState extends MusicBeatState
function endSong():Void
{
canPause = false;
FlxG.sound.music = new FlxSound();
if (SONG.validScore)
{
#if !switch