Skip to content

Commit

Permalink
Remove duplicate draw call
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Sep 24, 2021
1 parent e6d8b6f commit 8252b69
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,7 @@ public class MixinLevelRenderer {
private void iris$beginTranslucents(PoseStack poseStack, float tickDelta, long limitTime,
boolean renderBlockOutline, Camera camera, GameRenderer gameRenderer,
LightTexture lightTexture, Matrix4f projection,
CallbackInfo ci, ProfilerFiller profiler, Vec3 vec3, double d, double e, double f,
Matrix4f matrix4f, boolean bl, Frustum frustum2, boolean bl3,
MultiBufferSource.BufferSource bufferSource) {
profiler.popPush("iris_entity_draws");
bufferSource.endBatch();

CallbackInfo ci, ProfilerFiller profiler) {
profiler.popPush("iris_pre_translucent");
pipeline.beginTranslucents();
}
Expand Down

0 comments on commit 8252b69

Please sign in to comment.