Merge branch 'master' into improve-user-ratings-calculations

This commit is contained in:
Dean Herbert
2017-11-23 20:55:55 +09:00
committed by GitHub
64 changed files with 241 additions and 177 deletions

View File

@ -64,11 +64,7 @@ namespace osu.Game.Beatmaps.Drawables
{
RelativeSizeAxes = Axes.Both,
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
}
)
{
TimeBeforeLoad = 300,
},
}, 300),
new FillFlowContainer
{
Direction = FillDirection.Vertical,