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:
Thomas Müller 2017-04-29 10:05:32 +02:00 committed by GitHub
commit 73213308f1

View File

@ -50,6 +50,7 @@ namespace osu.Game.Rulesets.UI
{
content = new Container
{
AlwaysReceiveInput = true,
RelativeSizeAxes = Axes.Both,
}
}