mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 10:00:42 +00:00
embeddings:: fixed lmirror in hyp_in_solnih
This commit is contained in:
parent
53bc23e280
commit
a48f255c17
@ -1014,7 +1014,7 @@ EX transmatrix xspinpush(ld dir, ld dist) {
|
|||||||
EX const transmatrix& lmirror() {
|
EX const transmatrix& lmirror() {
|
||||||
if(cgi.emb->is_euc_in_product()) return Id;
|
if(cgi.emb->is_euc_in_product()) return Id;
|
||||||
if(cgi.emb->logical_to_intermediate[2][1]) return MirrorZ;
|
if(cgi.emb->logical_to_intermediate[2][1]) return MirrorZ;
|
||||||
if(cgi.emb->is_hyp_in_solnih()) return MirrorZ;
|
if(cgi.emb->is_hyp_in_solnih()) return MirrorY;
|
||||||
return Mirror;
|
return Mirror;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user