[perf] disconnect send effect AudioNode when room is used

This commit is contained in:
jeromew 2025-11-14 22:06:39 +00:00
parent 0960741156
commit 3e05525dc2
2 changed files with 3 additions and 2 deletions

View file

@ -78,7 +78,7 @@ export class Orbit {
return this.reverbNode;
}
sendReverb(node, amount) {
effectSend(node, this.reverbNode, amount);
return effectSend(node, this.reverbNode, amount);
}
sendDelay(node, amount) {