Unmirror wings. Fixes #63

This commit is contained in:
Sollace 2018-06-02 20:15:42 +02:00
parent 8d992a5361
commit 86fe40f48f

View file

@ -17,7 +17,7 @@ public class ModelWing {
folded = new PonyRenderer(pony, 56, texY) folded = new PonyRenderer(pony, 56, texY)
.around(HEAD_RP_X, WING_FOLDED_RP_Y, WING_FOLDED_RP_Z); .around(HEAD_RP_X, WING_FOLDED_RP_Y, WING_FOLDED_RP_Z);
extended = new PonyRenderer(pony, 56, texY + 3) extended = new PonyRenderer(pony, 56, texY + 3)
.around(HEAD_RP_X, WING_FOLDED_RP_Y, WING_FOLDED_RP_Z).mirror(mirror); .around(HEAD_RP_X, WING_FOLDED_RP_Y, WING_FOLDED_RP_Z);
addClosedWing(x, y, scale); addClosedWing(x, y, scale);
addFeathers(mirror, y, scale); addFeathers(mirror, y, scale);