Skip to content

Commit

Permalink
Merge pull request #1054 from Tonius/master
Browse files Browse the repository at this point in the history
Fixed tool rendering breaking scoreboard and player list rendering
  • Loading branch information
bonii-xx committed Oct 5, 2014
2 parents 03755be + bd30b65 commit 093a712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/tconstruct/client/ToolCoreRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public void renderItem (ItemRenderType type, ItemStack item, Object... data)

GL11.glDisable(GL11.GL_LIGHTING);
GL11.glEnable(GL11.GL_ALPHA_TEST);
GL11.glAlphaFunc(GL11.GL_GREATER, 0.5F);
GL11.glDisable(GL11.GL_BLEND);

tess.startDrawingQuads();
Expand Down

0 comments on commit 093a712

Please sign in to comment.