mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 05:39:53 +08:00
Make beatmap edit button reload beatmap without mods
This commit is contained in:
@@ -68,7 +68,7 @@ namespace osu.Game.Screens.Select
|
||||
BeatmapOptions.AddButton(@"Edit", @"beatmap", FontAwesome.fa_pencil, colours.Yellow, () =>
|
||||
{
|
||||
ValidForResume = false;
|
||||
Push(new Editor());
|
||||
EditSelected();
|
||||
}, Key.Number3);
|
||||
|
||||
if (dialogOverlay != null)
|
||||
|
||||
@@ -229,6 +229,8 @@ namespace osu.Game.Screens.Select
|
||||
Push(new Editor());
|
||||
}
|
||||
|
||||
protected void EditSelected() => Edit(beatmapNoDebounce);
|
||||
|
||||
/// <summary>
|
||||
/// Call to make a selection and perform the default action for this SongSelect.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user