mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 10:47:21 +08:00
Fixed pause and fail screen overlap
This commit is contained in:
parent
5676541173
commit
8cad09370d
@ -273,6 +273,11 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private void onFail()
|
||||
{
|
||||
if (IsPaused)
|
||||
{
|
||||
pauseOverlay.Hide();
|
||||
IsPaused = false;
|
||||
}
|
||||
sourceClock.Stop();
|
||||
|
||||
Delay(500);
|
||||
|
Loading…
x
Reference in New Issue
Block a user