Merge branch 'master' into Fix-OsuSliderBar-tooltip-not-updating-in-special-case

This commit is contained in:
Christian Kamphausen
2019-01-23 04:14:59 +01:00
committed by GitHub

View File

@ -48,7 +48,6 @@ namespace osu.Game.Screens.Play
{
visibilityContainer = new Container {
RelativeSizeAxes = Axes.Both,
AlwaysPresent = true, // The hud may be hidden but certain elements may need to still be updated
Children = new Drawable[] {
new Container {
Anchor = Anchor.TopCentre,