mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-11 01:22:07 +00:00
two more Euclidean honeycombs; also split buildpolys into subfunctions
This commit is contained in:
+1
-1
@@ -1194,7 +1194,7 @@ void set_geometry(eGeometry target) {
|
||||
if(DUAL && geometry != gArchimedean)
|
||||
variation = ginf[geometry].default_variation;
|
||||
#if CAP_BT
|
||||
if(among(geometry, gBinaryTiling, gBinary3, gCubeTiling, gCell120, gECell120)) variation = eVariation::pure;
|
||||
if(geometry == gBinaryTiling || DIM == 3) variation = eVariation::pure;
|
||||
#endif
|
||||
|
||||
need_reset_geometry = true;
|
||||
|
||||
Reference in New Issue
Block a user