Merge remote-tracking branch 'upstream/master' into update-flow

This commit is contained in:
Dean Herbert
2017-03-04 23:28:39 +09:00
7 changed files with 99 additions and 109 deletions

View File

@ -12,6 +12,7 @@ namespace osu.Game.Modes.Osu
: base(hitObjectCount)
{
Health.Value = 1;
Accuracy.Value = 1;
}
protected override void UpdateCalculations(JudgementInfo judgement)