Restore previous resume behaviour for the time being

This commit is contained in:
Dean Herbert 2019-03-29 10:52:26 +09:00
parent 3b1f83da1d
commit 759c5b3db9
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ public override void OnResuming(IScreen last)
if (Beatmap != null && !Beatmap.Value.BeatmapSetInfo.DeletePending)
{
UpdateBeatmap(Beatmap.Value);
ensurePlayingSelected(true);
ensurePlayingSelected();
}
base.OnResuming(last);