mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ class PlayState extends MusicBeatState
|
|||
function endSong():Void
|
||||
{
|
||||
canPause = false;
|
||||
|
||||
FlxG.sound.music = new FlxSound();
|
||||
if (SONG.validScore)
|
||||
{
|
||||
#if !switch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue