1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 03:27:26 +08:00

Merge remote-tracking branch 'upstream/master' into song-select-performance

This commit is contained in:
Dean Herbert 2017-04-29 19:52:55 +09:00
commit 589e89fed3

View File

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