1
0
Fork 0
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:
smoogipoo 2019-06-15 21:53:26 +09:00
parent 511e9571fe
commit 6123421331
5 changed files with 4 additions and 7 deletions

View file

@ -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);