mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-23 23:33:55 +00:00
Merge pull request #132 from Injourn/master
Added a fix to music restarting when the song ends.
This commit is contained in:
commit
aba68db804
|
@ -1028,7 +1028,7 @@ class PlayState extends MusicBeatState
|
|||
function endSong():Void
|
||||
{
|
||||
canPause = false;
|
||||
|
||||
FlxG.sound.music = new FlxSound();
|
||||
if (SONG.validScore)
|
||||
{
|
||||
#if !switch
|
||||
|
|
Loading…
Reference in a new issue