Skip to content

Commit

Permalink
use correct endbatch method
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Apr 21, 2024
1 parent c53a41c commit a75d18c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public void renderWorld(RenderLevelStageEvent event) {
doTransparentRender(render.getRenderType(), render, camera, renderer, poseStack, renderTick, partialTick, profiler);
}
}
renderer.endLastBatch();
renderer.endBatch();
transparentRenderers.clear();
profiler.pop();
}
Expand Down

0 comments on commit a75d18c

Please sign in to comment.