1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 04:49:54 +08:00

Fix resetting scoreprocessor.

This commit is contained in:
smoogipooo
2017-05-26 20:26:06 +09:00
Unverified
parent 10f62eb8da
commit 95908af677
@@ -188,6 +188,10 @@ namespace osu.Game.Rulesets.Mania.Scoring
base.Reset();
Health.Value = 1;
bonusScore = 0;
comboPortion = 0;
totalHits = 0;
}
}
}