fixed hat orientation

This commit is contained in:
Zeno Rogue 2023-03-29 09:02:28 +02:00
parent 8c3b073e0e
commit d1813b5ad1
1 changed files with 1 additions and 1 deletions

View File

@ -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();