mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 11:52:56 +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;
|
if (!IsCurrentScreen) return;
|
||||||
|
|
||||||
//we want to hide the hitrenderer immediately (looks better).
|
pauseContainer.Hide();
|
||||||
//we may be able to remove this once the mouse cursor trail is improved.
|
|
||||||
RulesetContainer?.Hide();
|
|
||||||
Restart();
|
Restart();
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user