Skip to content
Snippets Groups Projects
Commit 1287d370 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Merge branch 'fix/debug_cones' into 'dev/5.3'

fix: Removes guard in debug cone SetVisibility path

See merge request !11
parents 03bd5d0e 660fbfd7
No related branches found
No related tags found
1 merge request!11fix: Removes guard in debug cone SetVisibility path
...@@ -523,7 +523,7 @@ FString UVAAbstractSourceComponent::GetDirectivityFileName() const ...@@ -523,7 +523,7 @@ FString UVAAbstractSourceComponent::GetDirectivityFileName() const
bool UVAAbstractSourceComponent::SetVisibility(const bool bVis) bool UVAAbstractSourceComponent::SetVisibility(const bool bVis)
{ {
if (!FVAPlugin::GetUseVA() || !SoundSource.IsValid()) if (!SoundSource.IsValid())
{ {
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment