Normand Briere
2019-08-17 07c0c67b88160b51e61c5c1d2b9b602daafa44a9
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 }