1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Remove default value

This commit is contained in:
Dean Herbert 2020-01-14 01:45:32 +09:00
parent c5085aea24
commit 210d06b75e

View File

@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.ChevronRight,
Size = new Vector2(0.35f)
}, confineMode: ConfineMode.NoScaling)
})
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,