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:
parent
f78c853bc7
commit
56c90a21ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user