mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 18:54:48 +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);
|
||||
h1 = base_to_logical(h1);
|
||||
geom3::light_flip(false);
|
||||
h1[2] = z;
|
||||
return h1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user