1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

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

View File

@ -491,7 +491,7 @@ namespace osu.Game.Screens.Select
if (Beatmap != null && !Beatmap.Value.BeatmapSetInfo.DeletePending)
{
UpdateBeatmap(Beatmap.Value);
ensurePlayingSelected(true);
ensurePlayingSelected();
}
base.OnResuming(last);