Normand Briere
2019-06-23 8088590686a45e71278f9a52bb9cc37943dc0c37
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++)