From d1813b5ad1dc3445dc5571744493c64863259460 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 29 Mar 2023 09:02:28 +0200 Subject: [PATCH] fixed hat orientation --- aperiodic-hat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aperiodic-hat.cpp b/aperiodic-hat.cpp index b668194b..a507d526 100644 --- a/aperiodic-hat.cpp +++ b/aperiodic-hat.cpp @@ -478,7 +478,7 @@ struct hrmap_hat : hrmap { for(auto& h: hc) h = gpushxto0(ctr) * h; hatcorners[1] = hc; - for(auto& h: hatcorners[1]) h = MirrorX * h; + for(auto& h: hc) h = MirrorX * h; reverse(hatcorners[1].begin(), hatcorners[1].end()); clear_adj_memo();