remove this in ruleset assignment

This commit is contained in:
Gabe Livengood 2023-01-18 12:22:27 -05:00
parent 522bb8bcca
commit e0f3fa1af6

View File

@ -149,7 +149,7 @@ namespace osu.Game.Rulesets.Scoring
public ScoreProcessor(Ruleset ruleset)
{
this.Ruleset = ruleset;
Ruleset = ruleset;
accuracyPortion = DefaultAccuracyPortion;
comboPortion = DefaultComboPortion;