mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Restore previous resume behaviour for the time being
This commit is contained in:
parent
3b1f83da1d
commit
759c5b3db9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user