1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Don't close toolbar

This commit is contained in:
Dean Herbert 2018-07-13 21:00:52 +09:00
parent 1418d1369f
commit b33a0f772e

View File

@ -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());