mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 01:37:57 +00:00
the implementation in reg3 can now be used for the cube tiling
This commit is contained in:
@@ -1356,6 +1356,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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user