Fix positional streaming radio

This commit is contained in:
Vortrex
2022-05-08 06:47:42 -05:00
parent 77768c175d
commit bebe35954f

View File

@@ -39,7 +39,7 @@ function processSync(event, deltaTime) {
}
if(streamingRadioElement) {
streamingRadio.position = getElementPosition(streamingRadioElement);
streamingRadio.position = getElementPosition(streamingRadioElement.id);
//streamingRadio.volume = getStreamingRadioVolumeForPosition(streamingRadio.position);
}
}