From 0c7b833be7d86598a6813cd1c6db0ca9e1b17966 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 21 Aug 2019 23:22:47 -0400 Subject: [PATCH] Clear versions. --- ParticleNode.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ParticleNode.java b/ParticleNode.java index 9977719..d7e2b28 100644 --- a/ParticleNode.java +++ b/ParticleNode.java @@ -356,7 +356,7 @@ if (support != null && link2master) geo = support; - if (live && Globals.isLIVE() && display.DrawMode() == display.SHADOW) // june 2013 + if (live && Globals.isLIVE() && (display.DrawMode() == display.SHADOW || !Globals.RENDERSHADOW)) // june 2013 { Step(); } -- Gitblit v1.6.2