rename field

This commit is contained in:
Aergwyn
2017-12-29 17:52:28 +01:00
parent 5c3b67bcef
commit 07040f9fd1
5 changed files with 8 additions and 8 deletions

View File

@ -87,7 +87,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
{
base.UpdatePreemptState();
ApproachCircle.FadeIn(Math.Min(FadeIn * 2, TIME_PREEMPT));
ApproachCircle.FadeIn(Math.Min(FadeInDuration * 2, TIME_PREEMPT));
ApproachCircle.ScaleTo(1.1f, TIME_PREEMPT);
}