Normand Briere
2019-08-22 0c7b833be7d86598a6813cd1c6db0ca9e1b17966
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 }