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

Merge pull request #132 from Injourn/master

Added a fix to music restarting when the song ends.
This commit is contained in:
Cameron Taylor 2021-01-02 10:37:38 -08:00 committed by GitHub
commit 65394aca3f

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