From f5883d3f86364706bb8649d8718276f1490c9a3e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 26 Dec 2016 12:02:09 +0100 Subject: [PATCH] - fixed: DynamicLight needs a render radius of -1 so that it gets excluded from the touching_renderlist. --- wadsrc/static/zscript/shared/dynlights.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/zscript/shared/dynlights.txt b/wadsrc/static/zscript/shared/dynlights.txt index 578354130..f851d88d0 100644 --- a/wadsrc/static/zscript/shared/dynlights.txt +++ b/wadsrc/static/zscript/shared/dynlights.txt @@ -5,6 +5,7 @@ class DynamicLight : Actor native Height 0; Radius 0.1; FloatBobPhase 0; + RenderRadius -1; +NOBLOCKMAP +NOGRAVITY +FIXMAPTHINGPOS