1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 09:42:57 +08:00

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
commit 643228d32f

View File

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