mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-21 20:03:10 +01:00
Indent fix, now using git desktop
This commit is contained in:
parent
cb325be2a7
commit
4996d4da7d
1 changed files with 1 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue