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