1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 01:16:50 +00:00

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

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