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