setting Euclidean no longer sets bitruncated

This commit is contained in:
Zeno Rogue 2019-11-28 20:02:43 +01:00
parent a854bbd5c6
commit 1329ec6b04
1 changed files with 0 additions and 1 deletions

View File

@ -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