mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add missing return in early exit scenario (MakeCurrent isn't compatible with the following Exit)
This commit is contained in:
@ -493,6 +493,7 @@ namespace osu.Game.Screens.Play
|
|||||||
// we want to give the user what they want, so forcefully return to this screen (to proceed with the upwards exit process).
|
// we want to give the user what they want, so forcefully return to this screen (to proceed with the upwards exit process).
|
||||||
ValidForResume = false;
|
ValidForResume = false;
|
||||||
this.MakeCurrent();
|
this.MakeCurrent();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (showDialogFirst)
|
if (showDialogFirst)
|
||||||
|
Reference in New Issue
Block a user