mirror of
https://github.com/ppy/osu
synced 2024-12-17 04:15:37 +00:00
Merge pull request #2116 from peppy/fix-slider-expiry
Fix sliders never getting a correct lifetime set
This commit is contained in:
commit
e7bd4ea0c7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user