mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
SliderRepeatPoint -> SliderRepeat
This commit is contained in:
@ -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 };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user