Skip to content

Commit 5d9249d

Browse files
committed
Update index.ts
1 parent 57c9835 commit 5d9249d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/terrorlink-server/public/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ class Speaker {
230230
pitch: number;
231231
},
232232
) {
233-
// const channel = this.channels[id];
234-
const channel = Object.values(this.channels)[0];
233+
const channel = this.channels[id];
234+
// const channel = Object.values(this.channels)[0];
235235
if (!channel) return;
236236

237237
channel.pannerNode.setPosition(position.x, position.y, position.z);

0 commit comments

Comments
 (0)