Refactor audio system to send collection IDs over the network (#33610)
This commit is contained in:
committed by
GitHub
parent
1d210b52e0
commit
fabfdd0673
@@ -122,7 +122,7 @@ public sealed class PoweredLightVisualizerSystem : VisualizerSystem<PoweredLight
|
||||
|
||||
if (comp.BlinkingSound != null)
|
||||
{
|
||||
var sound = _audio.GetSound(comp.BlinkingSound);
|
||||
var sound = _audio.ResolveSound(comp.BlinkingSound);
|
||||
blinkingAnim.AnimationTracks.Add(new AnimationTrackPlaySound()
|
||||
{
|
||||
KeyFrames =
|
||||
|
||||
Reference in New Issue
Block a user