Commit c03d2dca20c46ab9e7345310ea998cae82ac71b7
1 parent
2a878253
fix incorrect GL mode set
Showing
1 changed file
with
1 additions
and
1 deletions
java/client/com/mumfrey/liteloader/client/gui/GuiLiteLoaderPanel.java
@@ -750,7 +750,7 @@ public class GuiLiteLoaderPanel extends GuiScreen | @@ -750,7 +750,7 @@ public class GuiLiteLoaderPanel extends GuiScreen | ||
750 | worldRenderer.addVertexWithUV(x + 0, y + 0, 0, u , v ); | 750 | worldRenderer.addVertexWithUV(x + 0, y + 0, 0, u , v ); |
751 | tessellator.draw(); | 751 | tessellator.draw(); |
752 | 752 | ||
753 | - glEnableBlend(); | 753 | + glDisableBlend(); |
754 | glAlphaFunc(GL_GREATER, 0.01F); | 754 | glAlphaFunc(GL_GREATER, 0.01F); |
755 | } | 755 | } |
756 | 756 |