mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 05:59:53 +08:00
Fix editor background not being correctly cleaned up on forced exit
Closes #11214. Should be pretty obvious why.
This commit is contained in:
@@ -461,7 +461,7 @@ namespace osu.Game.Screens.Edit
|
||||
if (dialogOverlay == null || dialogOverlay.CurrentDialog is PromptForSaveDialog)
|
||||
{
|
||||
confirmExit();
|
||||
return false;
|
||||
return base.OnExiting(next);
|
||||
}
|
||||
|
||||
if (isNewBeatmap || HasUnsavedChanges)
|
||||
|
||||
Reference in New Issue
Block a user