mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-03-16 00:20:04 +01:00
Unmirror wings. Fixes #63
This commit is contained in:
parent
8d992a5361
commit
86fe40f48f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class ModelWing {
|
|||
folded = new PonyRenderer(pony, 56, texY)
|
||||
.around(HEAD_RP_X, WING_FOLDED_RP_Y, WING_FOLDED_RP_Z);
|
||||
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);
|
||||
addFeathers(mirror, y, scale);
|
||||
|
|
Loading…
Add table
Reference in a new issue