mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:42:56 +08:00
Use Pause()
instead of performUserRequestedExit()
to avoid unexpected operations
This commit is contained in:
parent
730e66f0ee
commit
e1789c29b1
@ -433,7 +433,7 @@ namespace osu.Game.Screens.Play
|
||||
return;
|
||||
|
||||
if (gameActive.Value == false)
|
||||
performUserRequestedExit();
|
||||
Pause();
|
||||
}
|
||||
|
||||
private IBeatmap loadPlayableBeatmap()
|
||||
|
Loading…
Reference in New Issue
Block a user