1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 13:47:24 +08:00

update incorrect code comment

Co-authored-by: StanR <castl@inbox.ru>
This commit is contained in:
James Wilson 2024-09-24 11:22:46 +01:00 committed by GitHub
parent 4da78a8c00
commit ac9c1508b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Evaluators
// 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((strainTime / osuCurrObj.HitWindowGreat) / 0.93, 0.92, 1);
// speedBonus will be 1.0 for BPM < 200
// speedBonus will be 0.0 for BPM < 200
double speedBonus = 0.0;
// Add additional scaling bonus for streams/bursts higher than 200bpm