From 94cb9fc0b2c77713e5d483988ccb5038ddb5b36f Mon Sep 17 00:00:00 2001 From: HoosierTransfer <97118529+HoosierTransfer@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:38:06 -0400 Subject: [PATCH] sus --- src/main/java/net/minecraft/client/Minecraft.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/java/net/minecraft/client/Minecraft.java b/src/main/java/net/minecraft/client/Minecraft.java index 0a30222..db66b83 100644 --- a/src/main/java/net/minecraft/client/Minecraft.java +++ b/src/main/java/net/minecraft/client/Minecraft.java @@ -1691,11 +1691,12 @@ public class Minecraft implements IThreadListener { } } - this.mcProfiler.endStartSection("animateTick"); - 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)); - } + // 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)); + // } this.mcProfiler.endStartSection("particles"); if (!this.isGamePaused) {