diff --git a/hypgraph.cpp b/hypgraph.cpp index 1ded2e4e..a5dadbe3 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -1299,7 +1299,7 @@ EX void spinEdge(ld aspd) { if(ds.qty && GDIM == 2) { downspin += models::rotation * degree; } - if(GDIM == 2) { + if(ds.qty) { cyclefix(downspin, 0); downspin = downspin * min(ds.speed, (double)1); }