1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

Merge branch 'master' into autoreplay-refactor-squashed

This commit is contained in:
Thomas Tan 2017-04-29 17:47:38 +08:00
commit 9c6c017411

View File

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