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:
parent
8b11bcc6ea
commit
7437d21f49
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user