Rename SourceRadius to SoftShadowRadius

This commit is contained in:
nashmuhandes 2024-06-15 18:08:37 +08:00
commit 1a89307ee7
17 changed files with 30 additions and 30 deletions

View file

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