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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user