Fix for song not ending
Just a callback that got deleted by mistake last patch. (also sorry for the confusion on the commits, I'm new to all this shit so)
This commit is contained in:
@@ -1130,7 +1130,7 @@ class PlayState extends MusicBeatState
|
|||||||
lastReportedPlayheadPosition = 0;
|
lastReportedPlayheadPosition = 0;
|
||||||
|
|
||||||
if (!paused)
|
if (!paused)
|
||||||
FlxG.sound.playMusic(Paths.inst(PlayState.SONG.song), 1, false);
|
FlxG.sound.playMusic(Paths.inst(PlayState.SONG.song), 1, false);
|
||||||
|
|
||||||
FlxG.sound.music.onComplete = endSong;
|
FlxG.sound.music.onComplete = endSong;
|
||||||
vocals.play();
|
vocals.play();
|
||||||
@@ -3027,4 +3027,4 @@ class PlayState extends MusicBeatState
|
|||||||
}
|
}
|
||||||
|
|
||||||
var curLight:Int = 0;
|
var curLight:Int = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user