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

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
{
AutoSizeAxes = Axes.Both,
RelativeSizeAxes = Axes.None,
AutoSizeAxes = Axes.Both,
Anchor = Anchor.CentreLeft,
Origin = Anchor.Centre,
Y = 30f,