Skip to content

Commit

Permalink
Merge pull request #182 from asanetargoss/compat_rendersubplayer
Browse files Browse the repository at this point in the history
Slightly improve Galacticraft compat
  • Loading branch information
mchorse committed Sep 17, 2019
2 parents 914518d + 6304a18 commit 507fdab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public RenderSubPlayer(RenderManager renderManager, RenderPlayer original, boole
{
super(renderManager, smallArms);
this.original = original;
// This improves compat with render override code that thinks this is the original RenderPlayer
this.layerRenderers = original.layerRenderers;
}

/**
Expand Down

0 comments on commit 507fdab

Please sign in to comment.