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) {
|
protected void renderStage(BodyPart part, float scale, Consumer<Float> action) {
|
||||||
pushMatrix();
|
pushMatrix();
|
||||||
transform(BodyPart.BODY);
|
transform(part);
|
||||||
action.accept(scale);
|
action.accept(scale);
|
||||||
popMatrix();
|
popMatrix();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue