mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 02:29:53 +08:00
Fix failing at beginning of map
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user