mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Run updateScore
on Reset
for good measure
This commit is contained in:
parent
0ab9a48f00
commit
3334323eb7
@ -328,6 +328,9 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
/// <param name="storeResults">Whether to store the current state of the <see cref="ScoreProcessor"/> for future use.</param>
|
/// <param name="storeResults">Whether to store the current state of the <see cref="ScoreProcessor"/> for future use.</param>
|
||||||
protected override void Reset(bool storeResults)
|
protected override void Reset(bool storeResults)
|
||||||
{
|
{
|
||||||
|
// Run one last time to store max values.
|
||||||
|
updateScore();
|
||||||
|
|
||||||
base.Reset(storeResults);
|
base.Reset(storeResults);
|
||||||
|
|
||||||
hitEvents.Clear();
|
hitEvents.Clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user