mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -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
3
vendor/scripts/soundjs-NEXT.combined.js
vendored
3
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.
|
||||
|
@ -7269,4 +7270,4 @@ this.createjs = this.createjs || {};
|
|||
};
|
||||
|
||||
createjs.HTMLAudioPlugin = createjs.promote(HTMLAudioPlugin, "AbstractPlugin");
|
||||
}());
|
||||
}());
|
||||
|
|
Loading…
Reference in a new issue