1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

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 override bool RemoveWhenNotAlive => false;
public DrawableSliderTick(SliderTick sliderTick) : base(sliderTick)
{
this.sliderTick = sliderTick;