SliderRepeatPoint -> SliderRepeat

This commit is contained in:
Dean Herbert
2020-03-19 14:42:02 +09:00
parent 94c3ffb6e5
commit 08b5ab8ec4
7 changed files with 17 additions and 17 deletions

View File

@ -129,7 +129,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
case SliderTick tick:
return new DrawableSliderTick(tick) { Position = tick.Position - slider.Position };
case SliderRepeatPoint repeat:
case SliderRepeat repeat:
return new DrawableSliderRepeat(repeat, this) { Position = repeat.Position - slider.Position };
}