Simplify and reformat rewind/transform logic

This commit is contained in:
Dean Herbert
2020-09-22 12:54:21 +09:00
parent ffd4874ac0
commit 1c58f568d6
2 changed files with 21 additions and 33 deletions

View File

@ -50,12 +50,6 @@ namespace osu.Game.Rulesets.Catch.UI
if (!result.Judgement.AffectsCombo || !result.HasResult)
return;
if (result.Type == HitResult.Miss)
{
updateCombo(result.ComboAtJudgement, null);
return;
}
updateCombo(result.ComboAtJudgement, judgedObject.AccentColour.Value);
}