fix the robot smoke particle causing fps drops in certain cases
This commit is contained in:
parent
27decec743
commit
9029c04dd2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue