Remove editor screen transitions for now

This commit is contained in:
Dean Herbert
2022-05-24 17:23:42 +09:00
parent 3f5ccd4db8
commit 648cee7106
2 changed files with 3 additions and 10 deletions

View File

@ -777,6 +777,7 @@ namespace osu.Game.Screens.Edit
if ((currentScreen = screenContainer.SingleOrDefault(s => s.Type == e.NewValue)) != null)
{
screenContainer.ChangeChildDepth(currentScreen, lastScreen?.Depth + 1 ?? 0);
currentScreen.Show();
return;
}