mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Instantly hide pause menu for quick retry
This commit is contained in:
parent
1444715641
commit
1e48582dc2
@ -222,6 +222,7 @@ namespace osu.Game.Screens.Play
|
|||||||
//we want to hide the hitrenderer immediately (looks better).
|
//we want to hide the hitrenderer immediately (looks better).
|
||||||
//we may be able to remove this once the mouse cursor trail is improved.
|
//we may be able to remove this once the mouse cursor trail is improved.
|
||||||
RulesetContainer?.Hide();
|
RulesetContainer?.Hide();
|
||||||
|
pauseContainer?.Hide();
|
||||||
Restart();
|
Restart();
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user