mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
chaosmode is now auto-disabled exactly in bounded geometries
This commit is contained in:
parent
bc90d0a51a
commit
c5579149ed
@ -1136,7 +1136,7 @@ void set_geometry(eGeometry target) {
|
|||||||
ors::reset();
|
ors::reset();
|
||||||
geometry = target;
|
geometry = target;
|
||||||
|
|
||||||
if(chaosmode && (euclid || sphere || quotient)) chaosmode = false;
|
if(chaosmode && bounded) chaosmode = false;
|
||||||
if(euclid6) variation = eVariation::bitruncated;
|
if(euclid6) variation = eVariation::bitruncated;
|
||||||
if(IRREGULAR) variation = eVariation::bitruncated;
|
if(IRREGULAR) variation = eVariation::bitruncated;
|
||||||
if(GOLDBERG && gp::param == gp::loc(1,1) && S3 == 3) {
|
if(GOLDBERG && gp::param == gp::loc(1,1) && S3 == 3) {
|
||||||
|
Loading…
Reference in New Issue
Block a user