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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user