Normand Briere
2019-08-16 64e20f390e4b8e58bd0006dde8fa10fba1dac1d5
ParticleNode.java
....@@ -356,7 +356,7 @@
356356 if (support != null && link2master)
357357 geo = support;
358358
359
- if (live && Globals.isLIVE() && display.DrawMode() == display.SHADOW) // june 2013
359
+ if (live && Globals.isLIVE() && (display.DrawMode() == display.SHADOW || !Globals.RENDERSHADOW)) // june 2013
360360 {
361361 Step();
362362 }