More indentation and minor comment fix

This commit is contained in:
Venaf 2017-02-13 22:03:13 -06:00
parent 4996d4da7d
commit 8150fc7a86

View file

@ -13,7 +13,7 @@ public class PonySkinModifier implements ISkinModifier {
int scale = skin.getWidth() / 64;
//drawImage(dest, skin, scale, 64, 32, 56, 48, 56, 16, 64, 32); //old code from 2015, let's try it :D
//That didn't work right, needs un-mirrored that way
//That didn't work right, needs un-mirrored horizontally
drawImage(dest, skin, scale, 64, 32, 56, 48, 64, 16, 56, 32); // same code as above but not horizontally flipping the wing texture it copies
//removed all below code because it doesn't seem to be necessary if you just mirror the model
//top, mirror