mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
fixed legs in product
This commit is contained in:
parent
465e93ec57
commit
54b12a3c5e
@ -683,7 +683,7 @@ transmatrix otherbodyparts(const transmatrix& V, color_t col, eMonster who, doub
|
|||||||
|
|
||||||
transmatrix Tright, Tleft;
|
transmatrix Tright, Tleft;
|
||||||
|
|
||||||
if(GDIM == 2) {
|
if(GDIM == 2 || hybri) {
|
||||||
Tright = VFOOT * xpush(rightfoot);
|
Tright = VFOOT * xpush(rightfoot);
|
||||||
Tleft = VFOOT * Mirror * xpush(-rightfoot);
|
Tleft = VFOOT * Mirror * xpush(-rightfoot);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user