diff --git a/embeddings.cpp b/embeddings.cpp index 6543d228..71d8f3c9 100644 --- a/embeddings.cpp +++ b/embeddings.cpp @@ -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; }