1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 03:58:04 +00:00

fixed lta

This commit is contained in:
Zeno Rogue
2023-01-06 00:24:45 +01:00
parent 4b3bfb9932
commit 1fc48be781
4 changed files with 23 additions and 20 deletions

View File

@@ -675,7 +675,7 @@ EX transmatrix spin(ld alpha) {
}
EX transmatrix unswap_spin(transmatrix T) {
return cgi.actual_to_logical * T * cgi.logical_to_actual;
return cgi.actual_to_logical_units * T * cgi.logical_to_actual_units;
}
/** rotate by 90 degrees in the XY plane */