mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 01:49:53 +08:00
Don't exit when we don't have composer for now
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user