mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Centralise MakeCurrent call
This commit is contained in:
@ -319,6 +319,8 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
if (this.IsCurrentScreen())
|
||||
performImmediateExit();
|
||||
else
|
||||
this.MakeCurrent();
|
||||
}
|
||||
|
||||
private ScheduledDelegate completionProgressDelegate;
|
||||
|
Reference in New Issue
Block a user