Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Fix leaves always looking fancy even on fast graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbot16 committed Mar 25, 2021
1 parent a7ff4e9 commit e036966
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ public void setup(MatrixStack matrixStack, float modelScale, float textureScale)

// TODO: set up noise texture!!!

RenderSystem.enableAlphaTest();
RenderSystem.alphaFunc(GL11.GL_GREATER, 0.1f);

this.fogShader.setup();

MatrixStack.Entry matrices = matrixStack.peek();
Expand Down

0 comments on commit e036966

Please sign in to comment.