1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 00:44:18 +08:00

Hide Content instead of particular overlays

This commit is contained in:
HoutarouOreki
2018-07-15 01:10:05 +02:00
Unverified
parent 1e48582dc2
commit 453d58bcbd
+1 -1
View File
@@ -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();
},
}