Add intermediary screen to avoid going back to menus

This commit is contained in:
Bartłomiej Dach
2021-09-05 16:59:28 +02:00
parent 7befd030df
commit fe2520c599
4 changed files with 44 additions and 8 deletions

View File

@ -349,7 +349,7 @@ namespace osu.Game.Screens.Select
throw new InvalidOperationException($"Attempted to edit when {nameof(AllowEditing)} is disabled");
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmap ?? beatmapNoDebounce);
this.Push(new Editor());
this.Push(new EditorLoader());
}
/// <summary>