mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 07:22:55 +08:00
Fix input not being propagated to the playfield when outside its bounds.
This commit is contained in:
parent
88b2b740d7
commit
f202aee2a9
@ -50,6 +50,7 @@ namespace osu.Game.Rulesets.UI
|
||||
{
|
||||
content = new Container
|
||||
{
|
||||
AlwaysReceiveInput = true,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user