We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c9835 commit 5d9249dCopy full SHA for 5d9249d
1 file changed
projects/terrorlink-server/public/index.ts
@@ -230,8 +230,8 @@ class Speaker {
230
pitch: number;
231
},
232
) {
233
- // const channel = this.channels[id];
234
- const channel = Object.values(this.channels)[0];
+ const channel = this.channels[id];
+ // const channel = Object.values(this.channels)[0];
235
if (!channel) return;
236
237
channel.pannerNode.setPosition(position.x, position.y, position.z);
0 commit comments