1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 11:23:23 +08:00

Merge pull request #11237 from peppy/fix-editor-background-sticking

Fix editor background not being correctly cleaned up on forced exit
This commit is contained in:
Dean Herbert 2020-12-22 12:15:20 +09:00 committed by GitHub
commit 78a53bf245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)