mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Clean up comment
This commit is contained in:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user