mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-17 01:54:22 +01:00
Fix lighting errors on the skins gui
This commit is contained in:
parent
f4395e286a
commit
72a676b4bb
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue