1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 17:47:18 +08:00
This commit is contained in:
Akash Mozumdar 2017-08-31 21:35:59 -04:00
commit 080bdf808c

View File

@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Osu.Scoring
{
base.Reset();
Health.Value = 0.5;
Health.Value = 1;
Accuracy.Value = 1;
scoreResultCounts.Clear();