Merge pull request #1214 from tom-arrow/taiko-accuracy

Fix taiko accuracy starting at 0% instead of 100%
This commit is contained in:
Dean Herbert
2017-09-05 22:58:58 +09:00
committed by GitHub

View File

@ -268,6 +268,7 @@ namespace osu.Game.Rulesets.Taiko.Scoring
base.Reset();
Health.Value = 0;
Accuracy.Value = 1;
bonusScore = 0;
comboPortion = 0;