Rename SourceRadius to SoftShadowRadius
This commit is contained in:
parent
1f8c617e4f
commit
1a89307ee7
17 changed files with 30 additions and 30 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue