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

fix: Removes guard in debug cone SetVisibility path which prevented them to be...

fix: Removes guard in debug cone SetVisibility path which prevented them to be set invisible when audioserver is not active.
parent 03bd5d0e
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
bool UVAAbstractSourceComponent::SetVisibility(const bool bVis)
{
if (!FVAPlugin::GetUseVA() || !SoundSource.IsValid())
if (!SoundSource.IsValid())
{
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment