1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 08:57:39 +00:00

the rotation fix did not work in SL2

This commit is contained in:
Zeno Rogue
2020-11-14 15:04:52 +01:00
parent bc102b000d
commit 35a502ae9a
3 changed files with 10 additions and 2 deletions

View File

@@ -2791,7 +2791,7 @@ EX namespace nisot {
transmatrix push = eupush( tC0(T) );
transmatrix push_back = eupush(tC0(T), -1);
transmatrix gtl = push_back * T;
{ dynamicval<eGeometry> g(geometry, gSphere); hr::fixmatrix(gtl); }
fix_rotation(gtl);
T = push * gtl;
}