mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 08:43:02 +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:
@@ -4969,6 +4969,7 @@ EX void calcparam() {
|
||||
realradius = min(realradius, cd->radius);
|
||||
|
||||
ld aradius = sphere ? cd->radius / (pconf.alpha - 1) : cd->radius;
|
||||
if(euclid && rots::drawing_underlying) aradius *= 2.5;
|
||||
|
||||
if(dronemode) { cd->ycenter -= cd->radius; cd->ycenter += vid.fsize/2; cd->ycenter += vid.fsize/2; cd->radius *= 2; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user