From c381d62a586414fb800669581b977a0f5bfae744 Mon Sep 17 00:00:00 2001 From: HoosierTransfer <97118529+HoosierTransfer@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:38:20 -0400 Subject: [PATCH] a --- src/main/java/net/minecraft/client/Minecraft.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/net/minecraft/client/Minecraft.java b/src/main/java/net/minecraft/client/Minecraft.java index db66b83..fdc45d1 100644 --- a/src/main/java/net/minecraft/client/Minecraft.java +++ b/src/main/java/net/minecraft/client/Minecraft.java @@ -1690,9 +1690,8 @@ public class Minecraft implements IThreadListener { throw new ReportedException(crashreport2); } } - + // just comment this out for now // this.mcProfiler.endStartSection("animateTick"); - // // just comment this out for now // if (!this.isGamePaused && this.theWorld != null && Config.animateTick()) { // this.theWorld.doVoidFogParticles(MathHelper.floor_double(this.thePlayer.posX), // MathHelper.floor_double(this.thePlayer.posY), MathHelper.floor_double(this.thePlayer.posZ));