mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Don't exit when we don't have composer for now
This commit is contained in:
parent
fd3049fd65
commit
a7a9569aee
@ -87,7 +87,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose
|
||||
if (composer == null)
|
||||
{
|
||||
Logger.Log($"Ruleset {ruleset.Description} doesn't support hitobject composition.");
|
||||
ExitRequested?.Invoke();
|
||||
// ExitRequested?.Invoke();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user