mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Add storeResults as a parameter to Reset
Whether to store the current state of the ScoreProcessor for future use.
This commit is contained in:
@ -137,9 +137,9 @@ namespace osu.Game.Rulesets.Taiko.Scoring
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Reset()
|
||||
protected override void Reset(bool storeResults)
|
||||
{
|
||||
base.Reset();
|
||||
base.Reset(storeResults);
|
||||
|
||||
Health.Value = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user