mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update editor workflow and make edit button works.
This commit is contained in:
@ -2,13 +2,12 @@
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Screens.Edit;
|
||||
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
internal class EditSongSelect : SongSelect
|
||||
{
|
||||
public EditSongSelect() : base(false) { }
|
||||
protected override void OnSelected(WorkingBeatmap beatmap) => Push(new Editor(beatmap));
|
||||
protected override void OnSelected(WorkingBeatmap beatmap) => Exit();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user