Remove protected ctor

This commit is contained in:
smoogipoo 2019-07-31 17:50:13 +09:00
parent 8caf9ade01
commit 6bfac9f8e4

View File

@ -217,10 +217,6 @@ namespace osu.Game.Rulesets.Scoring
private double baseScore;
private double bonusScore;
protected ScoreProcessor()
{
}
public ScoreProcessor(DrawableRuleset<TObject> drawableRuleset)
{
Debug.Assert(base_portion + combo_portion == 1.0);