Fix followpoints needing a DelayReset.

This commit is contained in:
Damnae
2017-02-10 10:02:37 +01:00
parent 4e6b6ab794
commit 6f37c02868
2 changed files with 2 additions and 5 deletions

View File

@ -40,8 +40,6 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Connections
{
base.LoadComplete();
DelayReset();
Delay(StartTime);
FadeIn(DrawableOsuHitObject.TIME_FADEIN);
ScaleTo(1.5f);