1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-24 07:56:59 +00:00

fixup master_relative in Euclidean; this makes the line animation work

This commit is contained in:
Zeno Rogue 2019-04-03 20:52:09 +02:00
parent b239e12cbb
commit 648af0c08e

View File

@ -46,7 +46,7 @@ transmatrix master_relative(cell *c, bool get_inverse) {
return (get_inverse?invhexmove:hexmove)[d];
return Id;
}
else if(DIM == 3)
else if(DIM == 3 || euclid)
return Id;
else
return pispin * Id;