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