1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 19:47:54 +00:00

fixed gRotSpace to gTwistedProduct

This commit is contained in:
Zeno Rogue
2024-06-22 11:17:42 +02:00
parent 71666f5bf7
commit 12332ff361
3 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ auto geoslide(eGeometry g, ccolor::data *canvas, int _jhole, int _jblock) {
set_geometry(gProduct);
}
if(g == gNormal) {
set_geometry(gRotSpace);
set_geometry(gTwistedProduct);
}
tour::slide_backup<ld>(sightranges[gProduct], 12);
tour::slide_backup<ld>(sightranges[gNil], 7);