Skip to content

Commit

Permalink
Remove unnecessary disableBlend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed May 13, 2024
1 parent 89cda77 commit c1d9008
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ public static void render (Entity entity, float tickDelta, MatrixStack matrices,
matrices.pop();
}

RenderSystem.disableBlend();
RenderSystem.disableDepthTest();
matrices.pop();
}
Expand Down

0 comments on commit c1d9008

Please sign in to comment.