mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed horn glows not being positioned correctly
This commit is contained in:
parent
0f23cf8279
commit
ce9d9eda4f
1 changed files with 1 additions and 1 deletions
|
@ -104,8 +104,8 @@ public class UnicornModel<T extends LivingEntity> extends EarthPonyModel<T> impl
|
||||||
|
|
||||||
if (hasHorn() && canCast() && isCasting()) {
|
if (hasHorn() && canCast() && isCasting()) {
|
||||||
stack.push();
|
stack.push();
|
||||||
head.rotate(stack);
|
|
||||||
transform(BodyPart.HEAD, stack);
|
transform(BodyPart.HEAD, stack);
|
||||||
|
head.rotate(stack);
|
||||||
horn.renderMagic(stack, vertices, getMagicColor());
|
horn.renderMagic(stack, vertices, getMagicColor());
|
||||||
stack.pop();
|
stack.pop();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue