mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09: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
|
content = new Container
|
||||||
{
|
{
|
||||||
|
AlwaysReceiveInput = true,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user