Disable effects on Actors set not to render locally
These are purely visual
This commit is contained in:
parent
d697eafbe1
commit
3d3cd88868
2 changed files with 2 additions and 2 deletions
|
|
@ -255,7 +255,7 @@ void FDynamicLight::Tick()
|
|||
|
||||
if (owned)
|
||||
{
|
||||
if (!target->state)
|
||||
if (!target->state || !target->ShouldRenderLocally())
|
||||
{
|
||||
Deactivate();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue