1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 06:49:54 +08:00

Fix wrong ordering

This commit is contained in:
Salman Ahmed
2020-08-04 00:04:00 +03:00
Unverified
parent 5cd2841080
commit 4dbf695bca
+1 -1
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,