Fix lighting errors on the skins gui

This commit is contained in:
Sollace 2018-08-20 20:04:05 +02:00
parent f4395e286a
commit 72a676b4bb

View file

@ -124,7 +124,9 @@ public class RenderPlayerModel<M extends EntityPlayerModel> extends RenderLiving
color(1, 1, 1, 1);
disableBlend();
popMatrix();
popAttrib();
GL11.glPushAttrib(GL11.GL_ALL_ATTRIB_BITS);
pushMatrix();
scale(1, -1, 1);
translate(0, offset, 0);