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:
parent
cd673b2fd2
commit
f9fb1b9e84
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user