[perf] disconnect send effect AudioNode when room is used
This commit is contained in:
parent
0960741156
commit
3e05525dc2
2 changed files with 3 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue