fix the robot smoke particle causing fps drops in certain cases

This commit is contained in:
Hea3veN 2015-02-09 21:59:52 -03:00
parent 27decec743
commit 9029c04dd2

View file

@ -81,7 +81,7 @@ public class EntityRobotEnergyParticle extends EntityFX {
if (this.posY == this.prevPosY) {
this.motionX *= 1.1D;
this.motionY *= 1.1D;
this.motionY = 0.001D;
this.motionZ *= 1.1D;
}