Skip to content

Commit 50b7342

Browse files
Smaeddozxybox
authored andcommitted
feat: Add 'Always Update' flag to RT light entities
1 parent 1dc13f2 commit 50b7342

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

fgd/bases/BaseClusteredDynLight.fgd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
@BaseClass base(BaseClusteredLight) = BaseClusteredDynLight
22
[
3+
spawnflags(flags) =
4+
[
5+
1: "Initially dark" : 0
6+
2: "Shadowed" : 0
7+
4: "Always Update": 0
8+
]
39
_lightmode(choices) : "Light mode" : 2 =
410
[
511
0: "Static"

0 commit comments

Comments
 (0)