Fix ticks/spinners contributing to notelock

This commit is contained in:
smoogipoo
2020-03-30 16:14:56 +09:00
parent b9277165f7
commit 0d20292992
5 changed files with 42 additions and 26 deletions

View File

@ -124,7 +124,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
case SliderTailCircle tail:
return new DrawableSliderTail(slider, tail);
case HitCircle head:
case SliderHeadCircle head:
return new DrawableSliderHead(slider, head) { OnShake = Shake };
case SliderTick tick: