mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08: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)
|
protected override void OnNewJudgement(CatchJudgement judgement)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user