fixup master_relative in Euclidean; this makes the line animation work

This commit is contained in:
Zeno Rogue
2019-09-12 22:42:58 +02:00
parent b239e12cbb
commit 648af0c08e
+1 -1
View File
@@ -46,7 +46,7 @@ transmatrix master_relative(cell *c, bool get_inverse) {
return (get_inverse?invhexmove:hexmove)[d];
return Id;
}
else if(DIM == 3)
else if(DIM == 3 || euclid)
return Id;
else
return pispin * Id;