1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 22:23:32 +08:00

Update OsuScoreProcessor.cs

This commit is contained in:
Akash Mozumdar 2017-08-31 08:26:06 -04:00 committed by GitHub
parent af2f45a980
commit 04596fee61

View File

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