mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Don't close toolbar
This commit is contained in:
parent
1418d1369f
commit
b33a0f772e
@ -186,7 +186,7 @@ namespace osu.Game
|
||||
/// <param name="beatmap">The beatmap to select.</param>
|
||||
public void PresentBeatmap(BeatmapSetInfo beatmap)
|
||||
{
|
||||
CloseAllOverlays();
|
||||
CloseAllOverlays(false);
|
||||
|
||||
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(beatmap.Beatmaps.First());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user