mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Fix #2946 (one channel audio)
This commit is contained in:
parent
30c54639a0
commit
f1add14a27
1 changed files with 2 additions and 1 deletions
1
vendor/scripts/soundjs-NEXT.combined.js
vendored
1
vendor/scripts/soundjs-NEXT.combined.js
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue