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:
parent
b239e12cbb
commit
648af0c08e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user