Fix slider ticks expiring before scoring happens.

This commit is contained in:
Damnae
2017-02-14 16:12:35 +01:00
parent 9f890139d4
commit ace7a1d009

View File

@ -20,6 +20,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
public bool ShouldHit; public bool ShouldHit;
public override bool RemoveWhenNotAlive => false;
public DrawableSliderTick(SliderTick sliderTick) : base(sliderTick) public DrawableSliderTick(SliderTick sliderTick) : base(sliderTick)
{ {
this.sliderTick = sliderTick; this.sliderTick = sliderTick;