mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed unicorn arms rotating into the ground when sneaking
This commit is contained in:
parent
e657865305
commit
cea593e68e
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ public class ModelUnicorn extends ModelEarthPony implements IModelUnicorn {
|
|||
@Override
|
||||
protected void sneakLegs() {
|
||||
super.sneakLegs();
|
||||
unicornArmRight.rotateAngleX += SNEAK_LEG_X_ROTATION_ADJUSTMENT;
|
||||
unicornArmLeft.rotateAngleX += SNEAK_LEG_X_ROTATION_ADJUSTMENT;
|
||||
unicornArmRight.rotateAngleX -= SNEAK_LEG_X_ROTATION_ADJUSTMENT;
|
||||
unicornArmLeft.rotateAngleX -= SNEAK_LEG_X_ROTATION_ADJUSTMENT;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue