mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Don't let LightProbes spawn in the world. We don't want unnecessary actors ticking in the map.
This commit is contained in:
parent
ff3cdb7e56
commit
ae50fcdf8b
1 changed files with 1 additions and 6 deletions
|
@ -1,14 +1,9 @@
|
|||
class LightProbe : Actor native
|
||||
{
|
||||
Default
|
||||
{
|
||||
+NOINTERACTION
|
||||
}
|
||||
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
LPRO A -1;
|
||||
LPRO A 0;
|
||||
Stop;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue