ParticleNode.java
.. .. @@ -356,7 +356,7 @@ 356 356 if (support != null && link2master) 357 357 geo = support; 358 358 359 - if (live && Globals.isLIVE() && display.DrawMode() == display.SHADOW) // june 2013359 + if (live && Globals.isLIVE() && (display.DrawMode() == display.SHADOW || !Globals.RENDERSHADOW)) // june 2013360 360 { 361 361 Step(); 362 362 }