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) {