1
0
Fork 0
This commit is contained in:
HoosierTransfer 2024-04-23 16:38:06 -04:00
parent 033e99a4d7
commit 94cb9fc0b2
1 changed files with 6 additions and 5 deletions

View File

@ -1691,11 +1691,12 @@ public class Minecraft implements IThreadListener {
} }
} }
this.mcProfiler.endStartSection("animateTick"); // this.mcProfiler.endStartSection("animateTick");
if (!this.isGamePaused && this.theWorld != null && Config.animateTick()) { // // just comment this out for now
this.theWorld.doVoidFogParticles(MathHelper.floor_double(this.thePlayer.posX), // if (!this.isGamePaused && this.theWorld != null && Config.animateTick()) {
MathHelper.floor_double(this.thePlayer.posY), MathHelper.floor_double(this.thePlayer.posZ)); // 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"); this.mcProfiler.endStartSection("particles");
if (!this.isGamePaused) { if (!this.isGamePaused) {