Use empty hit windows for spinner ticks

This commit is contained in:
iiSaLMaN 2019-10-14 00:38:45 +03:00
parent c8593f1215
commit 5d2fe87339
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ public SpinnerTick()
public override Judgement CreateJudgement() => new OsuSpinnerTickJudgement();
protected override HitWindows CreateHitWindows() => null;
protected override HitWindows CreateHitWindows() => HitWindows.Empty;
}
}