We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e170e commit ceac5bdCopy full SHA for ceac5bd
1 file changed
src/sound/webaudio/WebAudioSound.js
@@ -512,10 +512,13 @@ var WebAudioSound = new Class({
512
this.muteNode = null;
513
this.volumeNode.disconnect();
514
this.volumeNode = null;
515
- if (this.pannerNode) {
+
516
+ if (this.pannerNode)
517
+ {
518
this.pannerNode.disconnect();
519
this.pannerNode = null;
520
}
521
522
this.rateUpdates.length = 0;
523
this.rateUpdates = null;
524
},
0 commit comments