mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 15:37:59 +01:00
More indentation and minor comment fix
This commit is contained in:
parent
4996d4da7d
commit
8150fc7a86
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ public class PonySkinModifier implements ISkinModifier {
|
||||||
int scale = skin.getWidth() / 64;
|
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
|
//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
|
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
|
//removed all below code because it doesn't seem to be necessary if you just mirror the model
|
||||||
//top, mirror
|
//top, mirror
|
||||||
//drawImage(dest, skin, scale, 60, 32, 58, 34, 58, 16, 60, 18);
|
//drawImage(dest, skin, scale, 60, 32, 58, 34, 58, 16, 60, 18);
|
||||||
|
|
Loading…
Reference in a new issue