mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
Accuracy starts at 100% instead of 0%
This commit is contained in:
parent
770d04956f
commit
1e10d977f9
@ -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