mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-08 06:59:55 +00:00
fixup to queueline_correct
This commit is contained in:
parent
2be462c62e
commit
35e48f5eb2
@ -2629,7 +2629,7 @@ EX namespace twist {
|
||||
|
||||
shiftmatrix T(rgpushxto0(h1.h), h1.shift);
|
||||
|
||||
shiftpoint h = nmul(rots::ninverse(T), h2);
|
||||
shiftpoint h = nmul(ninverse(T), h2);
|
||||
|
||||
hyperpoint z = inverse_exp(h);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user