mirror of
https://github.com/ppy/osu
synced 2025-01-24 23:03:14 +00:00
Remove protected ctor
This commit is contained in:
parent
8caf9ade01
commit
6bfac9f8e4
@ -217,10 +217,6 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
private double baseScore;
|
private double baseScore;
|
||||||
private double bonusScore;
|
private double bonusScore;
|
||||||
|
|
||||||
protected ScoreProcessor()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public ScoreProcessor(DrawableRuleset<TObject> drawableRuleset)
|
public ScoreProcessor(DrawableRuleset<TObject> drawableRuleset)
|
||||||
{
|
{
|
||||||
Debug.Assert(base_portion + combo_portion == 1.0);
|
Debug.Assert(base_portion + combo_portion == 1.0);
|
||||||
|
Loading…
Reference in New Issue
Block a user