mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 06:09:53 +08:00
Do not pass accent value on a reverted miss judgement
This commit is contained in:
@@ -47,6 +47,12 @@ 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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user