This commit is contained in:
Detoria
2021-04-13 20:11:11 -03:00
committed by GitHub
parent 551f45ef4f
commit c4a963878c

View File

@ -158,6 +158,7 @@ class PauseSubState extends MusicBeatSubstate
cameras = [FlxG.cameras.list[FlxG.cameras.list.length - 1]];
offsetChanged = true;
}
}
if (accepted)
{
@ -221,4 +222,4 @@ class PauseSubState extends MusicBeatSubstate
}
}
}
}
}