1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-15 02:28:05 +00:00

geodesic movement cannot be disabled in SL

This commit is contained in:
Zeno Rogue
2019-08-27 21:42:59 +02:00
parent 88c1e0444b
commit c766e27bf2
3 changed files with 3 additions and 2 deletions

View File

@@ -1191,6 +1191,7 @@ EX void set_geometry(eGeometry target) {
if(GDIM == 2 && among(pmodel, mdPerspective, mdGeodesic)) pmodel = mdDisk;
if(nonisotropic && old_DIM == 2 && vid.texture_step < 4) vid.texture_step = 4;
if(prod) { pmodel = mdPerspective; if(vid.texture_step < 4) vid.texture_step = 4; }
if(sl2) nisot::geodesic_movement = true;
}
}