Don't transform repeat points

This commit is contained in:
Dean Herbert 2020-02-16 15:35:12 +09:00
parent 9a2256cff3
commit 6cfa182fe4
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ private void applyTransform(DrawableHitObject drawable, ArmedState state)
case DrawableSliderHead _: case DrawableSliderHead _:
case DrawableSliderTail _: case DrawableSliderTail _:
case DrawableSliderTick _: case DrawableSliderTick _:
case DrawableRepeatPoint _:
return; return;
default: default: