Skip to content

Commit

Permalink
删个分号
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuRuoLing committed Sep 27, 2024
1 parent e775690 commit c9b79d3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ public void render(PoseStack pose, VertexConsumer vertex, Vec3 camera, int color
float dy = (float) (this.start().y - this.end().y);
float dz = (float) (this.start().z - this.end().z);
Matrix4f mat = pose.last().pose();
;
vertex.addVertex(mat, (float) (this.start().x - camera.x), (float) (this.start().y - camera.y), (float)
(this.start().z - camera.z))
.setColor(color)
Expand Down

0 comments on commit c9b79d3

Please sign in to comment.