This commit is contained in:
HoosierTransfer 2024-04-23 16:38:20 -04:00
parent 94cb9fc0b2
commit c381d62a58
1 changed files with 1 additions and 2 deletions

View File

@ -1690,9 +1690,8 @@ public class Minecraft implements IThreadListener {
throw new ReportedException(crashreport2); throw new ReportedException(crashreport2);
} }
} }
// just comment this out for now
// this.mcProfiler.endStartSection("animateTick"); // this.mcProfiler.endStartSection("animateTick");
// // just comment this out for now
// if (!this.isGamePaused && this.theWorld != null && Config.animateTick()) { // if (!this.isGamePaused && this.theWorld != null && Config.animateTick()) {
// this.theWorld.doVoidFogParticles(MathHelper.floor_double(this.thePlayer.posX), // this.theWorld.doVoidFogParticles(MathHelper.floor_double(this.thePlayer.posX),
// MathHelper.floor_double(this.thePlayer.posY), MathHelper.floor_double(this.thePlayer.posZ)); // MathHelper.floor_double(this.thePlayer.posY), MathHelper.floor_double(this.thePlayer.posZ));