mirror of
https://github.com/ppy/osu
synced 2025-01-01 20:02:14 +00:00
Fix failing at beginning of map
This commit is contained in:
parent
ff490cf44c
commit
5704e9ee65
@ -19,6 +19,14 @@ namespace osu.Game.Rulesets.Catch.Scoring
|
||||
{
|
||||
}
|
||||
|
||||
protected override void Reset()
|
||||
{
|
||||
base.Reset();
|
||||
|
||||
Health.Value = 1;
|
||||
Accuracy.Value = 1;
|
||||
}
|
||||
|
||||
protected override void OnNewJudgement(CatchJudgement judgement)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user