Normand Briere
2019-07-27 1af7d3700724834e40ad8636bc9a56cdc3b19b15
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++)