mirror of
https://github.com/ppy/osu
synced 2024-12-25 16:22:23 +00:00
Remove unnecessary f
suffix
This commit is contained in:
parent
9ea3e244e7
commit
3996972867
@ -46,7 +46,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Horizontal,
|
||||
Spacing = new Vector2(4f, 0),
|
||||
Spacing = new Vector2(4, 0),
|
||||
Child = icon = new ConstrainedIconContainer
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user