1
0
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:
Zeno Rogue 2024-07-15 13:30:00 +02:00
parent 2be462c62e
commit 35e48f5eb2

View File

@ -2629,7 +2629,7 @@ EX namespace twist {
shiftmatrix T(rgpushxto0(h1.h), h1.shift); 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); hyperpoint z = inverse_exp(h);