From 641e4636431f3dd9c19256e84d035df3874cf1b0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 27 Aug 2018 19:37:35 +0200 Subject: [PATCH] fixed two types in the binary tiling --- pattern2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pattern2.cpp b/pattern2.cpp index 3867f170..4014e8b7 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -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; }