mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-27 13:13:16 +00:00
embeddings:: fixed emb_same_in_same::actual_to_logical
This commit is contained in:
parent
19fbb43bab
commit
7aa11a83ec
@ -543,6 +543,7 @@ struct emb_same_in_same : emb_actual {
|
|||||||
geom3::light_flip(true);
|
geom3::light_flip(true);
|
||||||
h1 = base_to_logical(h1);
|
h1 = base_to_logical(h1);
|
||||||
geom3::light_flip(false);
|
geom3::light_flip(false);
|
||||||
|
h1[2] = z;
|
||||||
return h1;
|
return h1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user