Don't exit when we don't have composer for now

This commit is contained in:
smoogipoo 2017-11-30 13:53:57 +09:00
parent fd3049fd65
commit a7a9569aee
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ private void beatmapChanged(WorkingBeatmap newBeatmap)
if (composer == null)
{
Logger.Log($"Ruleset {ruleset.Description} doesn't support hitobject composition.");
ExitRequested?.Invoke();
// ExitRequested?.Invoke();
return;
}