From c5579149ed1811a1d73fbda0b7b74fd59c5cd62a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 2 Dec 2018 11:41:56 +0100 Subject: [PATCH] chaosmode is now auto-disabled exactly in bounded geometries --- system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index 45f87923..37600046 100644 --- a/system.cpp +++ b/system.cpp @@ -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) {