ApplyDelay -> AddDelay

This commit is contained in:
Thomas Müller
2017-07-16 17:47:29 +03:00
parent 99221260c4
commit 032e9df67b
27 changed files with 44 additions and 44 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Screens.Ranking
protected override void LoadComplete()
{
base.LoadComplete();
fill.ApplyDelay(400);
fill.AddDelay(400);
fill.FadeInFromZero(600);
}