mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-19 19:04:23 +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);
|
color(1, 1, 1, 1);
|
||||||
disableBlend();
|
disableBlend();
|
||||||
popMatrix();
|
popMatrix();
|
||||||
|
popAttrib();
|
||||||
|
|
||||||
|
GL11.glPushAttrib(GL11.GL_ALL_ATTRIB_BITS);
|
||||||
pushMatrix();
|
pushMatrix();
|
||||||
scale(1, -1, 1);
|
scale(1, -1, 1);
|
||||||
translate(0, offset, 0);
|
translate(0, offset, 0);
|
||||||
|
|
Loading…
Reference in a new issue