Skip to content

Commit

Permalink
Add a possibly missing rendering state reset
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Dec 2, 2014
1 parent ee980cc commit c4d9ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/tconstruct/client/FlexibleToolRenderer.java
Expand Up @@ -251,6 +251,7 @@ public void renderInventory(int count, IIcon[] icons, ItemStack item)

GL11.glEnable(GL11.GL_BLEND);
GL11.glDisable(GL11.GL_ALPHA_TEST);
GL11.glAlphaFunc(GL11.GL_GREATER, 0.1F);
GL11.glEnable(GL11.GL_LIGHTING);
GL11.glPopMatrix();
}
Expand Down

0 comments on commit c4d9ebd

Please sign in to comment.