osu! mode starts with health being full.

This commit is contained in:
Dean Herbert 2017-01-20 15:51:21 +08:00
parent c3699c1395
commit 1d24ad3db6
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class OsuScoreProcessor : ScoreProcessor
public OsuScoreProcessor(int hitObjectCount)
: base(hitObjectCount)
{
Health.Value = 1;
}
protected override void UpdateCalculations(JudgementInfo judgement)