mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Don't push Player if we aren't still current.
This commit is contained in:
parent
fdf5867a1a
commit
17a28cd3b6
@ -80,6 +80,8 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
Schedule(() =>
|
||||
{
|
||||
if (!IsCurrentScreen) return;
|
||||
|
||||
if (!Push(player))
|
||||
Exit();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user