mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Fix horns
This commit is contained in:
parent
bb469b725c
commit
0c0a42be11
1 changed files with 1 additions and 1 deletions
|
@ -581,8 +581,8 @@ public class ModelPlayerPony extends AbstractPonyModel implements PonyModelConst
|
||||||
pushMatrix();
|
pushMatrix();
|
||||||
this.transform(BodyPart.HEAD);
|
this.transform(BodyPart.HEAD);
|
||||||
this.renderHead();
|
this.renderHead();
|
||||||
|
this.bipedHead.postRender(scale);
|
||||||
this.horn.render(entityIn, limbSwing, limbSwingAmount, ageInTicks, netHeadYaw, headPitch, scale);
|
this.horn.render(entityIn, limbSwing, limbSwingAmount, ageInTicks, netHeadYaw, headPitch, scale);
|
||||||
this.snout.render(entityIn, limbSwing, limbSwingAmount, ageInTicks, netHeadYaw, headPitch, scale);
|
|
||||||
popMatrix();
|
popMatrix();
|
||||||
|
|
||||||
pushMatrix();
|
pushMatrix();
|
||||||
|
|
Loading…
Reference in a new issue