Skip to content

Commit

Permalink
Skip render
Browse files Browse the repository at this point in the history
It looks really bad during the day, and questionable at night
  • Loading branch information
Gaming32 committed Jun 22, 2023
1 parent b9f4023 commit ad2c558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void render(VertexConsumer buffer, Camera renderInfo, float partialTicks)
poseStack.translate(-position.x, -position.y, -position.z);
final MultiBufferSource.BufferSource bufferSource = Minecraft.getInstance().renderBuffers().bufferSource();
final VertexConsumer vertexConsumer = bufferSource.getBuffer(RenderType.lines());
render0(poseStack, vertexConsumer, partialTicks);
// render0(poseStack, vertexConsumer, partialTicks);
bufferSource.endBatch();
}

Expand Down

0 comments on commit ad2c558

Please sign in to comment.