mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Start with a fresh beatmap when entering editor from main menu
This commit is contained in:
@ -98,7 +98,11 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
buttons = new ButtonSystem
|
||||
{
|
||||
OnEdit = delegate { this.Push(new Editor()); },
|
||||
OnEdit = delegate
|
||||
{
|
||||
Beatmap.SetDefault();
|
||||
this.Push(new Editor());
|
||||
},
|
||||
OnSolo = onSolo,
|
||||
OnMulti = delegate { this.Push(new Multiplayer()); },
|
||||
OnExit = confirmAndExit,
|
||||
|
Reference in New Issue
Block a user