1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 04:33:39 +08:00

Clean up comment

This commit is contained in:
Bartłomiej Dach
2023-11-02 18:52:47 +01:00
Unverified
parent ac6fb386d1
commit 86ede717cb
@@ -69,8 +69,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
{
// With classic slider behaviour, heads are considered fully hit if in the largest hit window.
// We can't award a full Great because the true Great judgement is awarded on the Slider itself,
// reduced based on number of ticks hit.
//
// reduced based on number of ticks hit,
// so we use the most suitable LargeTick judgement here instead.
return base.ResultFor(timeOffset).IsHit() ? HitResult.LargeTickHit : HitResult.LargeTickMiss;
}