Merge pull request #2116 from peppy/fix-slider-expiry

Fix sliders never getting a correct lifetime set
This commit is contained in:
Dean Herbert 2018-02-26 13:27:03 +09:00 committed by GitHub
commit e7bd4ea0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
this.FadeOut(fade_out_time, Easing.OutQuint).Expire();
}
Expire(true);
}
public Drawable ProxiedLayer => HeadCircle.ApproachCircle;