mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Merge pull request #4128 from chrisny286/fix-autoplay-rewind/skip-when-ui-hidden
Fix autoplay rewind/skip usable when UI hidden
This commit is contained in:
commit
0b175ba315
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user