mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-18 03:58:04 +00:00
fixed lta
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user