mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Fixed left ear rotating incorrectly
This commit is contained in:
parent
76a2e043b7
commit
72ff58015d
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class PonyEars implements SubModel, MsonModel {
|
|||
@Override
|
||||
public void setPartAngles(ModelAttributes attributes, float limbAngle, float limbSpeed, float bodySwing, float animationProgress) {
|
||||
right.resetTransform();
|
||||
left.resetTransform();
|
||||
|
||||
limbSpeed = MathHelper.clamp(limbSpeed, 0, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue