1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

Add explanatory comment

This commit is contained in:
Dan Balasescu 2022-08-17 19:03:48 +09:00
parent 203b8b22b9
commit f381bc9115

View File

@ -89,6 +89,7 @@ namespace osu.Game.Rulesets.Mania.Difficulty.Skills
startTimes[column] = startTime;
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;
}