1
0
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:
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

@@ -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; }