mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Make beatmap edit button reload beatmap without mods
This commit is contained in:
parent
f8a8c7cb6b
commit
2b736c3cd6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user