mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fixed pause and fail screen overlap
This commit is contained in:
@ -273,6 +273,11 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private void onFail()
|
||||
{
|
||||
if (IsPaused)
|
||||
{
|
||||
pauseOverlay.Hide();
|
||||
IsPaused = false;
|
||||
}
|
||||
sourceClock.Stop();
|
||||
|
||||
Delay(500);
|
||||
|
Reference in New Issue
Block a user