Fixed torso overlay positioning when sneaking

This commit is contained in:
Sollace 2019-06-24 12:08:36 +02:00
parent 893751587d
commit 594b23f67b

View file

@ -711,7 +711,6 @@ public abstract class AbstractPonyModel<T extends LivingEntity> extends ClientPo
}
protected void renderVest(float scale) {
body.applyTransform(scale);
bodyOverlay.render(scale);
}