mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
add accuracy calculation comment
This commit is contained in:
parent
5944a15c30
commit
58d4aeb4fb
@ -40,6 +40,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
|
|
||||||
protected override bool FailCondition(HealthProcessor healthProcessor, JudgementResult result)
|
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())
|
if (!result.Type.IsScorable() || result.Type.IsBonus())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user