mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove editor screen transitions for now
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user