1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-09 07:30:09 +00:00

arbi:: fixmatrix

This commit is contained in:
Zeno Rogue 2020-01-15 17:54:54 +01:00
parent c08462b5a2
commit 20c962ef9f

View File

@ -385,6 +385,7 @@ struct hrmap_arbi : hrmap {
current_altmap->virtualRebase(alt, T); current_altmap->virtualRebase(alt, T);
// U = U * inverse(T); // U = U * inverse(T);
} }
fixmatrix(T);
if(euclid) { if(euclid) {
/* hash the rough coordinates as heptagon* alt */ /* hash the rough coordinates as heptagon* alt */