1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Accuracy starts at 100% for mania.

This commit is contained in:
smoogipooo 2017-09-12 16:15:04 +09:00
parent a7b93822d7
commit af4cc7aada

View File

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