mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
Move Overlays
container to accept input and be frame-stable
This commit is contained in:
parent
e6f0a1dec9
commit
970388d4e2
@ -184,11 +184,13 @@ namespace osu.Game.Rulesets.UI
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = KeyBindingInputManager
|
||||
.WithChild(CreatePlayfieldAdjustmentContainer()
|
||||
.WithChild(Playfield)
|
||||
),
|
||||
.WithChildren(new Drawable[]
|
||||
{
|
||||
CreatePlayfieldAdjustmentContainer()
|
||||
.WithChild(Playfield),
|
||||
Overlays
|
||||
}),
|
||||
},
|
||||
Overlays,
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user