Skip to content
Snippets Groups Projects
Commit 83e7b344 authored by Jonathan Ehret's avatar Jonathan Ehret
Browse files

fix debug representaitons not updating on slaves

parent d018931f
Branches
No related tags found
1 merge request!9VAServerLauncher Improvement (now also sending reproduction type and ini)
...@@ -53,7 +53,7 @@ void UVAAbstractSourceComponent::TickComponent(const float DeltaTime, const ELev ...@@ -53,7 +53,7 @@ void UVAAbstractSourceComponent::TickComponent(const float DeltaTime, const ELev
{ {
Super::TickComponent(DeltaTime, TickType, ThisTickFunction); Super::TickComponent(DeltaTime, TickType, ThisTickFunction);
if (!FVAPlugin::GetUseVA() || !UVirtualRealityUtilities::IsMaster()) if (!FVAPlugin::GetUseVA() || !SoundSource.IsValid())
{ {
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment