mirror of
https://github.com/ppy/osu
synced 2025-04-01 22:48:33 +00:00
Add explanatory comment
This commit is contained in:
parent
203b8b22b9
commit
f381bc9115
@ -89,6 +89,7 @@ namespace osu.Game.Rulesets.Mania.Difficulty.Skills
|
|||||||
startTimes[column] = startTime;
|
startTimes[column] = startTime;
|
||||||
endTimes[column] = endTime;
|
endTimes[column] = endTime;
|
||||||
|
|
||||||
|
// By subtracting CurrentStrain, this skill effectively only considers the maximum strain of any one hitobject within each strain section.
|
||||||
return individualStrain + overallStrain - CurrentStrain;
|
return individualStrain + overallStrain - CurrentStrain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user