mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Hide Content instead of particular overlays
This commit is contained in:
parent
1e48582dc2
commit
453d58bcbd
@ -222,7 +222,7 @@ namespace osu.Game.Screens.Play
|
||||
//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();
|
||||
Content.Hide();
|
||||
Restart();
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user