Fixed saddlebags not mirroring front and back faces

(that single flip() call looks dangerous, but it didn't break anything)
This commit is contained in:
PolyacovYury 2018-11-05 23:08:50 +03:00
parent 837315d008
commit 8d1804aaf7

View file

@ -60,7 +60,7 @@ public class SaddleBags extends AbstractGear {
x += 3;
rightBag.offset(-x, y, z).around(0, 4, 4)
.tex(56, 25).south(0, 0, 0, 3, 6, stretch)
.tex(56, 25).flip().south(0, 0, 0, 3, 6, stretch)
.tex(59, 25).south(0, 0, 8, 3, 6, stretch)
.tex(56, 19).west(3, 0, 0, 6, 8, stretch)
.west(0, 0, 0, 6, 8, stretch)