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
1 changed files with 1 additions and 0 deletions

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;
}