diff --git a/geometry2.cpp b/geometry2.cpp index 53d4d76b..c7967ed7 100644 --- a/geometry2.cpp +++ b/geometry2.cpp @@ -387,7 +387,7 @@ void virtualRebaseSimple(heptagon*& base, transmatrix& at) { } double cellgfxdist(cell *c, int i) { - if(euclid && !penrose) { + if(euclid && !penrose && !archimedean) { if(c->type == 8 && (i&1)) return cgi.crossf * sqrt(2); return cgi.crossf; }