1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

embeddings:: fixed emb_same_in_same::actual_to_logical

This commit is contained in:
Zeno Rogue 2023-02-21 18:51:30 +01:00
parent 19fbb43bab
commit 7aa11a83ec

View File

@ -543,6 +543,7 @@ struct emb_same_in_same : emb_actual {
geom3::light_flip(true);
h1 = base_to_logical(h1);
geom3::light_flip(false);
h1[2] = z;
return h1;
}