1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:03:13 +08:00

Replace todo with permanent comment

This commit is contained in:
Dean Herbert 2021-09-03 16:57:25 +09:00
parent 6894ed3426
commit 0e6660da30

View File

@ -203,7 +203,8 @@ namespace osu.Game.Beatmaps.Formats
}
}
// TODO: we need to pull out approach rate from EffectControlPoint and shove it in with difficulty points where necessary...
// In the future we may want to pull out approach rate changes from EffectPoints (and create DifficultyControlPoints to handle them).
// This requires special consideration due to precision mismatches (see implementation of LegacyDifficultyControlPoint).
}
foreach (var group in beatmap.ControlPointInfo.Groups)