Normand Briere
2019-08-20 537f4ac57ae2b34f0a04fa63874c8ca6534c9a6d
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 }