Make BasePortion and ComboPortion constants

This commit is contained in:
smoogipooo
2017-09-13 16:13:27 +09:00
parent e472518e4f
commit e146bcacf1
4 changed files with 6 additions and 13 deletions

View File

@ -89,9 +89,6 @@ namespace osu.Game.Rulesets.Mania.Scoring
/// </summary>
private double hpMultiplier = 1;
protected override double BasePortion => 0.8;
protected override double ComboPortion => 0.2;
public ManiaScoreProcessor()
{
}