Hook up SourceRadius

This commit is contained in:
Magnus Norddahl 2024-03-05 16:37:59 +01:00
commit ab537a4879
21 changed files with 55 additions and 29 deletions

View file

@ -126,6 +126,7 @@ void FLightDefaults::ApplyProperties(FDynamicLight * light) const
light->lighttype = m_type;
light->specialf1 = m_Param;
light->pArgs = m_Args;
light->pSourceRadius = &SourceRadius;
light->pLightFlags = &m_lightFlags;
if (m_lightFlags & LF_SPOT)
{