mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Merge pull request #686 from peppy/general-fixes
Fix input not being propagated to the playfield when outside its bounds.
This commit is contained in:
commit
73213308f1
@ -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