Skip to content

Commit

Permalink
Fix health bars appears translucent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed May 13, 2024
1 parent 950c1b6 commit 89cda77
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public static void render (Entity entity, float tickDelta, MatrixStack matrices,
RenderSystem.setShaderTexture(0, BARS);
}
RenderSystem.enableDepthTest();
RenderSystem.enableBlend();

Matrix4f model = matrices.peek().getPositionMatrix();
renderBar(model, vertexConsumer, 1, 1f, false); // Empty
Expand Down

0 comments on commit 89cda77

Please sign in to comment.