mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Check if SongSelect is current screen before playing selected song
This commit is contained in:
parent
6851696f63
commit
214ed43b81
@ -350,7 +350,7 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
}
|
||||
|
||||
ensurePlayingSelected(preview);
|
||||
if (IsCurrentScreen) ensurePlayingSelected(preview);
|
||||
UpdateBeatmap(Beatmap.Value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user