mirror of
https://github.com/osukey/osukey.git
synced 2025-06-01 10:57:27 +09: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
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user