Fix wrong ordering

This commit is contained in:
Salman Ahmed 2020-08-04 00:04:00 +03:00
parent 5cd2841080
commit 4dbf695bca

View File

@ -51,8 +51,8 @@ namespace osu.Game.Rulesets.Catch.UI
comboDisplay = new CatchComboDisplay comboDisplay = new CatchComboDisplay
{ {
AutoSizeAxes = Axes.Both,
RelativeSizeAxes = Axes.None, RelativeSizeAxes = Axes.None,
AutoSizeAxes = Axes.Both,
Anchor = Anchor.CentreLeft, Anchor = Anchor.CentreLeft,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Y = 30f, Y = 30f,