sus
This commit is contained in:
parent
033e99a4d7
commit
94cb9fc0b2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue