Fixed unicorn horns not rendering

This commit is contained in:
Sollace 2018-08-17 16:00:37 +02:00
parent 6a55833fb8
commit 943019ba2e

View file

@ -16,7 +16,7 @@ public class UnicornHorn implements IModelPart {
protected PonyRenderer horn; protected PonyRenderer horn;
protected HornGlowRenderer glow; protected HornGlowRenderer glow;
protected boolean isVisible; protected boolean isVisible = true;
public <T extends ModelBase & ICapitated> UnicornHorn(T pony, float yOffset, float stretch) { public <T extends ModelBase & ICapitated> UnicornHorn(T pony, float yOffset, float stretch) {
this(pony, yOffset, stretch, 0, 0, 0); this(pony, yOffset, stretch, 0, 0, 0);