mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed euc::in
This commit is contained in:
parent
334c4715af
commit
dea0c5cc58
@ -1359,7 +1359,7 @@ EX void generate() {
|
||||
EX bool in() {
|
||||
if(fake::in()) return FPIU(in());
|
||||
if(geometry == gCubeTiling && (reg3::cubes_reg3 || !PURE)) return false;
|
||||
return euclid && standard_tiling();
|
||||
return meuclid && standard_tiling();
|
||||
}
|
||||
|
||||
EX bool in(int dim) { return in() && WDIM == dim; }
|
||||
|
Loading…
Reference in New Issue
Block a user