1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

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

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;
// loop: