From f9fb1b9e84bf882278e5f1236554be1ef99e74a3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 4 Feb 2023 20:03:32 +0100 Subject: [PATCH] fixed a bug generating Dice in some tessellations --- complex2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex2.cpp b/complex2.cpp index 758c6d2d..625b418b 100644 --- a/complex2.cpp +++ b/complex2.cpp @@ -1239,7 +1239,7 @@ EX namespace dice { } } - shiftmatrix V1 = V * ddspin(c, dir + M_PI); + shiftmatrix V1 = V * ddspin(c, dir, M_PI); if(dd.mirrored) V1 = V1 * MirrorY; // loop: