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:
commit
643228d32f
@ -268,6 +268,7 @@ namespace osu.Game.Rulesets.Taiko.Scoring
|
||||
base.Reset();
|
||||
|
||||
Health.Value = 0;
|
||||
Accuracy.Value = 1;
|
||||
|
||||
bonusScore = 0;
|
||||
comboPortion = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user