From 537f4ac57ae2b34f0a04fa63874c8ca6534c9a6d Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 20 Aug 2019 02:31:25 -0400 Subject: [PATCH] Faster JPG reader. --- 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