mirror of https://github.com/ppy/osu
Don't transform repeat points
This commit is contained in:
parent
9a2256cff3
commit
6cfa182fe4
|
@ -38,6 +38,7 @@ private void applyTransform(DrawableHitObject drawable, ArmedState state)
|
|||
case DrawableSliderHead _:
|
||||
case DrawableSliderTail _:
|
||||
case DrawableSliderTick _:
|
||||
case DrawableRepeatPoint _:
|
||||
return;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue