Skip to content

Commit

Permalink
increase outline opacity over box in blockhighlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane2b2t authored Jun 22, 2023
1 parent 693f9b1 commit 75eba90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public void onRender3D(Render3DEvent event) {
if (outline.getValue()) {
GL11.glLineWidth(lineWidth.getValue());
RenderUtil.outlineShader(pos);
RenderUtil.outlineShader(pos);
}
GradientShader.finish();
}
Expand Down

0 comments on commit 75eba90

Please sign in to comment.