mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 07:12:12 +08:00
Fix single case of incorrect usage
This commit is contained in:
@@ -635,6 +635,9 @@ namespace osu.Game.Screens.Edit
|
||||
case EditorScreenMode.Verify:
|
||||
currentScreen = new VerifyScreen();
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new InvalidOperationException("Editor menu bar switched to an unsupported mode");
|
||||
}
|
||||
|
||||
LoadComponentAsync(currentScreen, newScreen =>
|
||||
|
||||
Reference in New Issue
Block a user