Skip to content

Commit 30cbc67

Browse files
committed
Fix cglow crash. Closes #279
1 parent 33c0d44 commit 30cbc67

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ private void putVertex(MatrixStack matrixStack, VertexConsumer vertexConsumer, V
4949
((color >> 8) & 0xFF) / 255.0F,
5050
(color & 0xFF) / 255.0F,
5151
1.0F
52+
).normal(
53+
1, 0, 0
5254
).next();
5355
}
5456

0 commit comments

Comments
 (0)