1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 08:40:00 +08:00

add accuracy calculation comment

This commit is contained in:
Gabe Livengood
2022-05-25 15:11:06 -04:00
Unverified
parent 5944a15c30
commit 58d4aeb4fb
@@ -40,6 +40,7 @@ namespace osu.Game.Rulesets.Mods
protected override bool FailCondition(HealthProcessor healthProcessor, JudgementResult result)
{
// accuracy calculation logic taken from `ScoreProcessor`. should be updated here if the formula ever changes.
if (!result.Type.IsScorable() || result.Type.IsBonus())
return false;