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

@ -129,7 +129,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
{
background.Flush(false, nameof(Alpha));
background.FadeTo(tracking_alpha + 0.2f, 60, EasingTypes.OutExpo);
background.ApplyDelay(60);
background.AddDelay(60);
background.FadeTo(tracking_alpha, 250, EasingTypes.OutQuint);
}