mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 23:17:39 +00:00
fixed two types in the binary tiling
This commit is contained in:
@@ -884,6 +884,7 @@ namespace patterns {
|
||||
|
||||
if(binarytiling) {
|
||||
if(pat == PAT_SINGLETYPE) si.id = 0;
|
||||
else si.id = c->type & 1;
|
||||
si.dir = 2;
|
||||
return si;
|
||||
}
|
||||
|
Reference in New Issue
Block a user