mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +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;
|
Height 0;
|
||||||
Radius 0.1;
|
Radius 0.1;
|
||||||
FloatBobPhase 0;
|
FloatBobPhase 0;
|
||||||
|
RenderRadius -1;
|
||||||
+NOBLOCKMAP
|
+NOBLOCKMAP
|
||||||
+NOGRAVITY
|
+NOGRAVITY
|
||||||
+FIXMAPTHINGPOS
|
+FIXMAPTHINGPOS
|
||||||
|
|
Loading…
Reference in a new issue