From 1329ec6b04fd639b3ee7a85f6c2c335a99e654c1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 28 Nov 2019 20:02:43 +0100 Subject: [PATCH] setting Euclidean no longer sets bitruncated --- system.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/system.cpp b/system.cpp index 25577ff7..99fa855b 100644 --- a/system.cpp +++ b/system.cpp @@ -1200,7 +1200,6 @@ EX void set_geometry(eGeometry target) { if(chaosmode && bounded) chaosmode = 0; if(chaosmode == 1 && walls_not_implemented()) chaosmode = 0; - if(euclid6) variation = eVariation::bitruncated; #if CAP_IRR if(IRREGULAR) variation = eVariation::bitruncated; #endif