1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Fix sliders never getting a correct lifetime set

This commit is contained in:
Dean Herbert 2018-02-25 05:48:54 +09:00
parent c701b8eae5
commit f1ddfa0581

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;