mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed model scaling
This commit is contained in:
parent
fd24ab3326
commit
88b2228314
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ public abstract class AbstractPonyModel<T extends LivingEntity> extends ClientPo
|
|||
|
||||
protected void renderStage(BodyPart part, float scale, Consumer<Float> action) {
|
||||
pushMatrix();
|
||||
transform(BodyPart.BODY);
|
||||
transform(part);
|
||||
action.accept(scale);
|
||||
popMatrix();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue