mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Style changes (removing newline from before second constructor parameter)
This commit is contained in:
@ -48,9 +48,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
|
||||
},
|
||||
300
|
||||
),
|
||||
}, 300),
|
||||
new FillFlowContainer
|
||||
{
|
||||
Direction = FillDirection.Vertical,
|
||||
|
Reference in New Issue
Block a user