1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-22 21:23:18 +00:00

fixed legs in product

This commit is contained in:
Zeno Rogue 2019-08-26 09:26:03 +02:00
parent 465e93ec57
commit 54b12a3c5e

View File

@ -683,7 +683,7 @@ transmatrix otherbodyparts(const transmatrix& V, color_t col, eMonster who, doub
transmatrix Tright, Tleft;
if(GDIM == 2) {
if(GDIM == 2 || hybri) {
Tright = VFOOT * xpush(rightfoot);
Tleft = VFOOT * Mirror * xpush(-rightfoot);
}