mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Fixed torso overlay positioning when sneaking
This commit is contained in:
parent
893751587d
commit
594b23f67b
1 changed files with 0 additions and 1 deletions
|
@ -711,7 +711,6 @@ public abstract class AbstractPonyModel<T extends LivingEntity> extends ClientPo
|
|||
}
|
||||
|
||||
protected void renderVest(float scale) {
|
||||
body.applyTransform(scale);
|
||||
bodyOverlay.render(scale);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue