mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 19:22:48 +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 on = geometry == g;
|
||||||
bool in_2d = WDIM == 2;
|
bool in_2d = WDIM == 2;
|
||||||
dynamicval<eGeometry> cg(geometry, g);
|
dynamicval<eGeometry> cg(geometry, g);
|
||||||
|
if(g == gTorus) continue;
|
||||||
if(archimedean && !CAP_ARCM) continue;
|
if(archimedean && !CAP_ARCM) continue;
|
||||||
if(cryst && !CAP_CRYSTAL) continue;
|
if(cryst && !CAP_CRYSTAL) continue;
|
||||||
if(sol && !CAP_SOLV) continue;
|
if(sol && !CAP_SOLV) continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user