Skip to content

Commit

Permalink
Fixed tool rendering breaking scoreboard and player list rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonius committed Oct 3, 2014
1 parent 0e4691e commit bd30b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/tconstruct/client/ToolCoreRenderer.java
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 bd30b65

Please sign in to comment.