fixed a bug generating Dice in some tessellations

This commit is contained in:
Zeno Rogue 2023-02-04 20:03:32 +01:00
parent cd673b2fd2
commit f9fb1b9e84
1 changed files with 1 additions and 1 deletions

View File

@ -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; if(dd.mirrored) V1 = V1 * MirrorY;
// loop: // loop: