mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
setting Euclidean no longer sets bitruncated
This commit is contained in:
parent
a854bbd5c6
commit
1329ec6b04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user