mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed: DynamicLight needs a render radius of -1 so that it gets excluded from the touching_renderlist.
This commit is contained in:
parent
6f16597668
commit
f5883d3f86
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class DynamicLight : Actor native
|
|||
Height 0;
|
||||
Radius 0.1;
|
||||
FloatBobPhase 0;
|
||||
RenderRadius -1;
|
||||
+NOBLOCKMAP
|
||||
+NOGRAVITY
|
||||
+FIXMAPTHINGPOS
|
||||
|
|
Loading…
Reference in a new issue