mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-05 00:03:01 +00:00
fixed hat orientation
This commit is contained in:
@@ -478,7 +478,7 @@ struct hrmap_hat : hrmap {
|
|||||||
for(auto& h: hc) h = gpushxto0(ctr) * h;
|
for(auto& h: hc) h = gpushxto0(ctr) * h;
|
||||||
|
|
||||||
hatcorners[1] = hc;
|
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());
|
reverse(hatcorners[1].begin(), hatcorners[1].end());
|
||||||
|
|
||||||
clear_adj_memo();
|
clear_adj_memo();
|
||||||
|
|||||||
Reference in New Issue
Block a user