mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-04-01 01:05:27 +02:00
Fixed left ear rotating incorrectly
This commit is contained in:
parent
971f3623cf
commit
50ce9f92d1
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class PonyEars implements IPart, MsonModel {
|
||||||
@Override
|
@Override
|
||||||
public void setPartAngles(ModelAttributes attributes, float limbAngle, float limbSpeed, float bodySwing, float animationProgress) {
|
public void setPartAngles(ModelAttributes attributes, float limbAngle, float limbSpeed, float bodySwing, float animationProgress) {
|
||||||
right.resetTransform();
|
right.resetTransform();
|
||||||
|
left.resetTransform();
|
||||||
|
|
||||||
limbSpeed = MathHelper.clamp(limbSpeed, 0, 1);
|
limbSpeed = MathHelper.clamp(limbSpeed, 0, 1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue