1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 04:17:58 +00:00

rewritten the embeddings more nicely

This commit is contained in:
Zeno Rogue
2023-01-27 00:27:10 +01:00
parent 8744420504
commit 85dffdbeff
28 changed files with 1148 additions and 1090 deletions

View File

@@ -305,7 +305,7 @@ struct hrmap_kite : hrmap {
if(emb) {
geom3::light_flip(false);
for(auto& g: graphrules) swapmatrix(g.second);
for(auto& g: graphrules) g.second = cgi.emb->base_to_actual(g.second);
geom3::light_flip(f);
}