1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Add a todo

This commit is contained in:
Henry Lin 2022-02-06 11:22:12 +08:00
parent f78c853bc7
commit 56c90a21ce

View File

@ -51,6 +51,7 @@ namespace osu.Game.Rulesets.Difficulty
perfectPlay.Passed = true;
// calculate max combo
// todo: Get max combo from difficulty calculator instead when diffcalc properly supports lazer-first scores
perfectPlay.MaxCombo = calculateMaxCombo(playableBeatmap);
// create statistics assuming all hit objects have perfect hit result