chaosmode is now auto-disabled exactly in bounded geometries

This commit is contained in:
Zeno Rogue 2018-12-02 11:41:56 +01:00
parent bc90d0a51a
commit c5579149ed
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ void set_geometry(eGeometry target) {
ors::reset();
geometry = target;
if(chaosmode && (euclid || sphere || quotient)) chaosmode = false;
if(chaosmode && bounded) chaosmode = false;
if(euclid6) variation = eVariation::bitruncated;
if(IRREGULAR) variation = eVariation::bitruncated;
if(GOLDBERG && gp::param == gp::loc(1,1) && S3 == 3) {