mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Update hide logic
This commit is contained in:
parent
ca7b61367f
commit
da300baff1
@ -219,10 +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();
|
||||
Content.Hide();
|
||||
pauseContainer.Hide();
|
||||
Restart();
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user