1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 16:27:20 +08:00

Merge branch 'master' into download-tracking-component

This commit is contained in:
Dean Herbert 2019-01-23 11:12:57 +09:00 committed by GitHub
commit e4007fcf23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,