ParticleNode.java
.. .. @@ -327,7 +327,9 @@ 327 327 328 328 int step = 1; 329 329 if (CameraPane.FAST) 330 + {330 331 step *= CameraPane.STEP; 332 + }331 333 332 334 getParticleController().update(step); 333 335 for (int i = 0; i < particles.length; i++)