Skip to content

Commit 1eb973e

Browse files
committed
Fix rendering crash (closes #763)
1 parent 4e59a54 commit 1eb973e

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/net/earthcomputer/clientcommands/render

1 file changed

+1
-1
lines changed

src/main/java/net/earthcomputer/clientcommands/render/Line.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private void putVertex(PoseStack poseStack, VertexConsumer vertexConsumer, Vec3
5757
(float) normal.x(),
5858
(float) normal.y(),
5959
(float) normal.z()
60-
);
60+
).setLineWidth(2);
6161
}
6262

6363
@Override

0 commit comments

Comments
 (0)