mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +00:00
fixed a bug generating Dice in some tessellations
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user