Add a bool to specify whether judgements should be visible for certain DrawableHitObjects

This commit is contained in:
Dean Herbert
2017-10-09 20:17:05 +09:00
parent b1a2da58bc
commit d5892cf54e
5 changed files with 13 additions and 1 deletions

View File

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