1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:33:20 +08:00

Adjust comment regarding slider tail

This commit is contained in:
Dan Balasescu 2023-12-24 00:45:22 +09:00
parent 8b11bcc6ea
commit 7437d21f49
No known key found for this signature in database

View File

@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Osu.Scoring
break;
}
// The tail has a special IgnoreMiss judgement
// The slider tail has a special judgement that can't accurately be described above.
if (result.HitObject is SliderTailCircle && !result.IsHit)
setComboResult(ComboResult.Good);