mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
removed gTorus from select_tiling list
This commit is contained in:
parent
4bd4e11c7e
commit
1341ab025b
@ -348,6 +348,7 @@ void ge_select_tiling() {
|
||||
bool on = geometry == g;
|
||||
bool in_2d = WDIM == 2;
|
||||
dynamicval<eGeometry> cg(geometry, g);
|
||||
if(g == gTorus) continue;
|
||||
if(archimedean && !CAP_ARCM) continue;
|
||||
if(cryst && !CAP_CRYSTAL) continue;
|
||||
if(sol && !CAP_SOLV) continue;
|
||||
|
Loading…
Reference in New Issue
Block a user