diff --git a/graph.cpp b/graph.cpp index 58d5303b..a1c0741c 100644 --- a/graph.cpp +++ b/graph.cpp @@ -2656,6 +2656,7 @@ EX bool applyAnimation(cell *c, shiftmatrix& V, double& footphase, int layer) { } footphase = a.footphase; V = V * a.wherenow * lrspintox(wnow); + if(cgi.emb->is_cylinder()) V = V * cspin90(1, 0); if(a.mirrored) V = V * lmirror(); if(a.attacking == 2) V = V * lpispin(); a.ltick = ticks;