diff --git a/rogueviz/simple-impossible.cpp b/rogueviz/simple-impossible.cpp index 57c908de..23f7f314 100644 --- a/rogueviz/simple-impossible.cpp +++ b/rogueviz/simple-impossible.cpp @@ -378,7 +378,7 @@ void enable() { rogueviz::rv_hook(anims::hooks_anim, 100, [] { if(!animation) return; - ld t = ticks * 1. / anims::period; + ld t = ticks * 1. * anims::loop_multiplier / anims::period; t *= isize(path); hyperpoint at = interp(t);