Cleanup things that are now not needed with these changes

This commit is contained in:
smoogipoo
2017-12-26 14:18:38 +09:00
parent 14162b5d46
commit 35d7fa8a81
7 changed files with 4 additions and 21 deletions

View File

@ -68,7 +68,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
validKeyPressed = HitActions.Contains(action);
// Only count this as handled if the new judgement is a hit
return UpdateJudgement(true) && Judgements.LastOrDefault()?.IsHit == true;
return UpdateJudgement(true);
}
protected override void Update()