Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
douira committed Aug 25, 2024
1 parent 3e079f8 commit 969558a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private void colorizeQuad(MutableQuadViewImpl quad, int colorIndex) {
}
}

private void bufferQuad(MutableQuadViewImpl quad, float[] brightnesses, Material material, ChunkModelBuilder modelBuilder) {
private void bufferQuad(MutableQuadViewImpl quad, float[] brightnesses, Material material) {
// TODO: Find a way to reimplement quad reorientation
ModelQuadOrientation orientation = ModelQuadOrientation.NORMAL;
ChunkVertexEncoder.Vertex[] vertices = this.vertices;
Expand Down

0 comments on commit 969558a

Please sign in to comment.