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

@ -55,9 +55,6 @@ namespace osu.Game.Rulesets.Taiko.Scoring
/// </summary>
public override bool HasFailed => Hits == MaxHits && Health.Value <= 0.5;
protected override double BasePortion => 0.8;
protected override double ComboPortion => 0.2;
private double hpIncreaseTick;
private double hpIncreaseGreat;
private double hpIncreaseGood;