mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-11 10:18:12 +09:00
Update submodule
This commit is contained in:
parent
511e9571fe
commit
6123421331
5 changed files with 4 additions and 7 deletions
|
@ -52,9 +52,8 @@ namespace PerformanceCalculator.Simulate
|
|||
var mods = getMods(ruleset).ToArray();
|
||||
|
||||
var workingBeatmap = new ProcessorWorkingBeatmap(Beatmap);
|
||||
workingBeatmap.Mods.Value = mods;
|
||||
|
||||
var beatmap = workingBeatmap.GetPlayableBeatmap(ruleset.RulesetInfo);
|
||||
var beatmap = workingBeatmap.GetPlayableBeatmap(ruleset.RulesetInfo, mods);
|
||||
|
||||
var beatmapMaxCombo = GetMaxCombo(beatmap);
|
||||
var maxCombo = Combo ?? (int)Math.Round(PercentCombo / 100 * beatmapMaxCombo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue