mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Use empty hit windows for spinner ticks
This commit is contained in:
parent
c8593f1215
commit
5d2fe87339
@ -17,6 +17,6 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
|
||||
public override Judgement CreateJudgement() => new OsuSpinnerTickJudgement();
|
||||
|
||||
protected override HitWindows CreateHitWindows() => null;
|
||||
protected override HitWindows CreateHitWindows() => HitWindows.Empty;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user