Fixed horn glows not being positioned correctly

This commit is contained in:
Sollace 2020-04-30 18:12:15 +02:00
parent 0f23cf8279
commit ce9d9eda4f

View file

@ -104,8 +104,8 @@ public class UnicornModel<T extends LivingEntity> extends EarthPonyModel<T> impl
if (hasHorn() && canCast() && isCasting()) {
stack.push();
head.rotate(stack);
transform(BodyPart.HEAD, stack);
head.rotate(stack);
horn.renderMagic(stack, vertices, getMagicColor());
stack.pop();
}