mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-09 04:06:44 +00:00
fixed two types in the binary tiling
This commit is contained in:
parent
ff84f63abd
commit
641e463643
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user