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