1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-01 14:32:59 +00:00

hybrid:: draw_underlying_space no longer covers the screen in e2xe, and also fixed the orientation in product

This commit is contained in:
Zeno Rogue
2021-05-01 11:13:51 +02:00
parent 19e7b8aa29
commit 3146fdd02f
3 changed files with 9 additions and 2 deletions

View File

@@ -2783,6 +2783,7 @@ EX bool do_draw(cell *c, const shiftmatrix& T) {
return true;
}
if(rots::drawing_underlying && euclid && hdist0(tC0(T)) > 6) return false;
if(just_gmatrix && sphere) return true;
if(!do_draw(c)) return false;
if(euclid && pmodel == mdSpiral) {