Fix GL stack overflow / weird rendering when arrows are stuck in the player, fixes #529 and #530

This commit is contained in:
Electroblob77
2020-11-03 01:08:14 +00:00
parent 3d3806c20b
commit 80cf77ecc6
@@ -42,6 +42,8 @@ public class ModelRendererExtended extends ModelRenderer {
this.rotationPointX = delegate.rotationPointX;
this.rotationPointY = delegate.rotationPointY;
this.rotationPointZ = delegate.rotationPointZ;
this.cubeList = delegate.cubeList;
this.childModels = delegate.childModels;
this.resetRotation();
}