Normand Briere
2019-07-01 6600d22461ccc1cb602f238a9ffa83cf07dd830e
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++)