mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Fixed issue with actors occasionally unaffected by dynamic lights
https://mantis.zdoom.org/view.php?id=536
This commit is contained in:
parent
fbc1028d2b
commit
cced9e014b
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ FLightDefaults::FLightDefaults(FName name, ELightType type)
|
|||
m_additive = false;
|
||||
m_halo = false;
|
||||
m_dontlightself = false;
|
||||
m_dontlightactors = false;
|
||||
m_attenuate = -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue