Fixed some issues that shouldn't have been there.

This commit is contained in:
Sollace 2019-06-26 14:31:11 +02:00
parent 41580d058b
commit 9999282070
2 changed files with 0 additions and 4 deletions

View file

@ -24,12 +24,10 @@ public class BatWings<T extends Model & IPegasus> extends PegasusWings<T> {
@Override @Override
public void renderPart(float scale, UUID interpolatorId) { public void renderPart(float scale, UUID interpolatorId) {
GlStateManager.pushMatrix(); GlStateManager.pushMatrix();
GlStateManager.scalef(1.3F, 1.3F, 1.3F); GlStateManager.scalef(1.3F, 1.3F, 1.3F);
super.renderPart(scale, interpolatorId); super.renderPart(scale, interpolatorId);
this.init(0, 0);
GlStateManager.popMatrix(); GlStateManager.popMatrix();
} }

View file

@ -26,8 +26,6 @@ public class ChristmasHat extends AbstractGear {
@Override @Override
public void init(float yOffset, float stretch) { public void init(float yOffset, float stretch) {
this.cuboidList.clear();
left = new PonyRenderer(this, 0, 0).size(16, 8) left = new PonyRenderer(this, 0, 0).size(16, 8)
.around(-7, 0.5F, 0.5F) .around(-7, 0.5F, 0.5F)
.offset(-7, 0, 0) .offset(-7, 0, 0)