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

One more small style fix

This commit is contained in:
FreezyLemon 2017-11-21 19:34:01 +01:00
parent 2203a84300
commit bf0184c06d

View File

@ -59,10 +59,7 @@ namespace osu.Game.Overlays.BeatmapSet
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
FillMode = FillMode.Fill,
OnLoadComplete = d =>
{
d.FadeInFromZero(400, Easing.Out);
},
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
})
{
RelativeSizeAxes = Axes.Both,