fixed two types in the binary tiling

This commit is contained in:
Zeno Rogue 2018-08-27 19:37:35 +02:00
parent ff84f63abd
commit 641e463643
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}