mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +08:00
remove empty argument list
This commit is contained in:
parent
cca49d6ed5
commit
02a22e3f77
@ -133,7 +133,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
|||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
scores = new FillFlowContainer<DrawableScore>()
|
scores = new FillFlowContainer<DrawableScore>
|
||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Loading…
Reference in New Issue
Block a user