Normand Briere
2019-06-09 8558ae86e65457c512a26339d3660d79eee16ae6
ParticleNode.java
....@@ -327,7 +327,9 @@
327327
328328 int step = 1;
329329 if (CameraPane.FAST)
330
+ {
330331 step *= CameraPane.STEP;
332
+ }
331333
332334 getParticleController().update(step);
333335 for (int i = 0; i < particles.length; i++)