Remove duplicate property

This commit is contained in:
smoogipoo 2017-11-02 21:56:18 +09:00
parent 0620d0bd7a
commit 240997e4fb
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ public class DrawableSliderTick : DrawableOsuHitObject
public bool Tracking; public bool Tracking;
public override bool RemoveWhenNotAlive => false;
public override bool DisplayJudgement => false; public override bool DisplayJudgement => false;
public DrawableSliderTick(SliderTick sliderTick) : base(sliderTick) public DrawableSliderTick(SliderTick sliderTick) : base(sliderTick)