Indent fix, now using git desktop

This commit is contained in:
Venaf 2017-02-13 20:55:23 -06:00
parent cb325be2a7
commit 4996d4da7d

View file

@ -26,7 +26,7 @@ public class PegasusWings extends ModelBase implements PonyModelConstants {
for (int i = 0; i < leftWing.length; i++) {
this.leftWing[i] = new ModelRenderer(pony, 56, 32);
this.leftWing[i].mirror = true;
this.leftWing[i].mirror = true;
this.pony.boxList.remove(this.leftWing[i]);
}
for (int i = 0; i < rightWing.length; i++) {