foxed cellgfxdist in Archimedean

This commit is contained in:
Zeno Rogue 2019-07-25 12:25:11 +02:00
parent 877067e84c
commit 0908d1d974
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}