mirror of
https://github.com/ppy/osu
synced 2025-01-09 15:49:32 +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 bonusScore;
|
||||
|
||||
protected ScoreProcessor()
|
||||
{
|
||||
}
|
||||
|
||||
public ScoreProcessor(DrawableRuleset<TObject> drawableRuleset)
|
||||
{
|
||||
Debug.Assert(base_portion + combo_portion == 1.0);
|
||||
|
Loading…
Reference in New Issue
Block a user