Fixed song starting early when paused during countdown
also tweaked something in main menu
This commit is contained in:
@ -576,7 +576,7 @@ class PlayState extends MusicBeatState
|
||||
{
|
||||
if (paused)
|
||||
{
|
||||
if (FlxG.sound.music != null)
|
||||
if (FlxG.sound.music != null && !startingSong)
|
||||
{
|
||||
FlxG.sound.music.play();
|
||||
Conductor.songPosition = FlxG.sound.music.time;
|
||||
|
Reference in New Issue
Block a user