mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 03:27:55 +00:00
euclid::in() returns false for experimental (this is for visualizing other connections)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user