Move CreateScoreProcessor() to Ruleset

This commit is contained in:
smoogipoo
2019-12-17 20:08:13 +09:00
parent c92332d2e4
commit 49bf8d27d1
11 changed files with 30 additions and 26 deletions

View File

@ -128,7 +128,7 @@ namespace osu.Game.Screens.Play
DrawableRuleset = ruleset.CreateDrawableRulesetWith(playableBeatmap, Mods.Value);
ScoreProcessor = DrawableRuleset.CreateScoreProcessor();
ScoreProcessor = ruleset.CreateScoreProcessor(playableBeatmap);
ScoreProcessor.Mods.BindTo(Mods);
if (!ScoreProcessor.Mode.Disabled)