mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 17:07:35 +09: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…
x
Reference in New Issue
Block a user