Skip to content

Commit

Permalink
Update Flat.java
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Apr 20, 2024
1 parent b1f8556 commit 785f5e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/krlite/equator/render/renderer/Flat.java
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ private void renderNormal() {
BufferBuilder builder = Tessellator.getInstance().getBuffer();
Matrix4f matrix = matrixStack().peek().getPositionMatrix();


builder.begin(VertexFormat.DrawMode.TRIANGLE_STRIP, state().vertexFormat());

double xDelta, yDelta;
Expand Down

0 comments on commit 785f5e8

Please sign in to comment.