mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Merge branch 'master' into download-tracking-component
This commit is contained in:
@ -48,7 +48,6 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
visibilityContainer = new Container {
|
visibilityContainer = new Container {
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
AlwaysPresent = true, // The hud may be hidden but certain elements may need to still be updated
|
|
||||||
Children = new Drawable[] {
|
Children = new Drawable[] {
|
||||||
new Container {
|
new Container {
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
|
Reference in New Issue
Block a user