Skip to content

Commit

Permalink
Fix slider ticks expiring before scoring happens.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damnae committed Feb 14, 2017
1 parent 9f89013 commit ace7a1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game.Modes.Osu/Objects/Drawables/DrawableSliderTick.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ public class DrawableSliderTick : DrawableOsuHitObject

public bool ShouldHit;

public override bool RemoveWhenNotAlive => false;

public DrawableSliderTick(SliderTick sliderTick) : base(sliderTick)
{
this.sliderTick = sliderTick;
Expand Down

0 comments on commit ace7a1d

Please sign in to comment.