mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Fix wrong ordering
This commit is contained in:
parent
5cd2841080
commit
4dbf695bca
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user