fixed legs in product

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:15 +02:00
parent 465e93ec57
commit 54b12a3c5e
+1 -1
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);
}