Apply comments by smoogi

This commit is contained in:
sw1tchbl4d3
2022-08-30 14:44:44 +02:00
parent e0426836c1
commit b185194d07
6 changed files with 3 additions and 59 deletions

View File

@ -140,7 +140,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
if (timeOffset < 0)
return;
ApplyResult(r => r.Type = r.Judgement.MinResult);
ApplyResult(r => r.Type = r.Judgement.MaxResult);
}
protected override void UpdateHitStateTransforms(ArmedState state)