mirror of
https://github.com/osukey/osukey.git
synced 2025-06-29 15:17:57 +09: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();
|
base.Reset();
|
||||||
|
|
||||||
Health.Value = 0;
|
Health.Value = 0;
|
||||||
|
Accuracy.Value = 1;
|
||||||
|
|
||||||
bonusScore = 0;
|
bonusScore = 0;
|
||||||
comboPortion = 0;
|
comboPortion = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user