mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 00:13:19 +08:00
Merge pull request #3006 from HoutarouOreki/correctQuickFade
Instantly hide content for quick retry
This commit is contained in:
commit
1c1e34ecf6
@ -219,9 +219,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
if (!IsCurrentScreen) return;
|
||||
|
||||
//we want to hide the hitrenderer immediately (looks better).
|
||||
//we may be able to remove this once the mouse cursor trail is improved.
|
||||
RulesetContainer?.Hide();
|
||||
pauseContainer.Hide();
|
||||
Restart();
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user