mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 01:14:52 +00:00
euclid::in() returns false for experimental (this is for visualizing other connections)
This commit is contained in:
parent
f2cb72aaeb
commit
2d74cfe6c4
@ -1367,6 +1367,7 @@ EX void generate() {
|
||||
EX bool in() {
|
||||
if(fake::in()) return FPIU(in());
|
||||
if(geometry == gCubeTiling && (reg3::cubes_reg3 || !PURE)) return false;
|
||||
if(cgflags & qEXPERIMENTAL) return false;
|
||||
return meuclid && standard_tiling();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user