Skip to content

Commit

Permalink
Properly revert 1.21 StackBatcher changes
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyploszaj committed Aug 8, 2024
1 parent 723051f commit 1bfbd0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xplat/src/main/java/dev/emi/emi/screen/StackBatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ public VertexConsumer getBuffer(RenderLayer renderLayer) {
this.currentLayer = optional;
}
return bufferBuilder;
*/ return null;
}

private BufferBuilder getBufferInternal(RenderLayer layer) {
Expand Down

0 comments on commit 1bfbd0b

Please sign in to comment.