diff --git a/vendor/scripts/soundjs-NEXT.combined.js b/vendor/scripts/soundjs-NEXT.combined.js index b2762133a..86baf232e 100644 --- a/vendor/scripts/soundjs-NEXT.combined.js +++ b/vendor/scripts/soundjs-NEXT.combined.js @@ -5965,6 +5965,7 @@ this.createjs = this.createjs || {}; this.panNode = s.context.createPanner(); this.panNode.panningModel = s._panningModel; this.panNode.connect(this.gainNode); + this._updatePan(); /** * NOTE this is only intended for use by advanced users. @@ -7269,4 +7270,4 @@ this.createjs = this.createjs || {}; }; createjs.HTMLAudioPlugin = createjs.promote(HTMLAudioPlugin, "AbstractPlugin"); -}()); \ No newline at end of file +}());