mirror of https://github.com/ppy/osu
Accuracy starts at 100% for mania.
This commit is contained in:
parent
a7b93822d7
commit
af4cc7aada
|
@ -285,6 +285,7 @@ protected override void Reset()
|
|||
base.Reset();
|
||||
|
||||
Health.Value = 1;
|
||||
Accuracy.Value = 1;
|
||||
|
||||
bonusScore = 0;
|
||||
comboPortion = 0;
|
||||
|
|
Loading…
Reference in New Issue