mirror of
https://github.com/ppy/osu
synced 2025-01-04 13:22:08 +00:00
Adjust comment for DrawableSliderHead
This commit is contained in:
parent
6bf40170db
commit
0dcdad9839
@ -89,7 +89,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
if (HitObject.JudgeAsNormalHitCircle)
|
if (HitObject.JudgeAsNormalHitCircle)
|
||||||
return base.ResultFor(timeOffset);
|
return base.ResultFor(timeOffset);
|
||||||
|
|
||||||
// If not judged as a normal hitcircle, only track whether a hit has occurred (via IgnoreHit) rather than a scorable hit result.
|
// If not judged as a normal hitcircle, judge as a slider tick instead. This is the classic osu!stable scoring.
|
||||||
var result = base.ResultFor(timeOffset);
|
var result = base.ResultFor(timeOffset);
|
||||||
return result.IsHit() ? HitResult.LargeTickHit : HitResult.LargeTickMiss;
|
return result.IsHit() ? HitResult.LargeTickHit : HitResult.LargeTickMiss;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user