1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00

elaborate comment

This commit is contained in:
apollo-dw 2021-09-15 12:03:47 +01:00
parent 7f6722e43f
commit 2fe0681310

View File

@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
}
// Cap deltatime to the OD 300 hitwindow.
// 0.93 is derived from making sure 260bpm OD8 streams aren't nerfed harshly,
// 0.93 is derived from making sure 260bpm OD8 streams aren't nerfed harshly, whilst 0.92 limits the effect of the cap.
strainTime /= Math.Clamp(speedWindowRatio / 0.93, 0.92, 1);
double speedBonus = 1.0;