mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-01 22:42:59 +00:00
moved underlying space drawer from rots to hybrid, and renamed the rest of rots:: to twist::
This commit is contained in:
@@ -5575,7 +5575,7 @@ EX void calcparam() {
|
||||
|
||||
ld aradius = sphere ? cd->radius / (pconf.alpha - 1) : cd->radius;
|
||||
#if MAXMDIM >= 4
|
||||
if(euclid && rots::drawing_underlying) aradius *= 2.5;
|
||||
if(euclid && hybrid::drawing_underlying) aradius *= 2.5;
|
||||
#endif
|
||||
|
||||
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