Fix two more cases of judgements appearing on hit error display when they shouldn't

This commit is contained in:
Dean Herbert
2019-09-03 20:17:39 +09:00
parent 8d52d282e9
commit f8c1afa539
2 changed files with 5 additions and 0 deletions

View File

@ -23,5 +23,7 @@ namespace osu.Game.Rulesets.Osu.Objects
}
public override Judgement CreateJudgement() => new OsuSliderTailJudgement();
protected override HitWindows CreateHitWindows() => null;
}
}