mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Added loopSource field for timed loop sound source
This commit is contained in:
parent
1cb3c0c4d4
commit
121672d442
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ var WebAudioSound = new Class({
|
|||
* @property {AudioBufferSourceNode} source
|
||||
*/
|
||||
this.source = null;
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
* @private
|
||||
* @property {AudioBufferSourceNode} loopSource
|
||||
*/
|
||||
this.loopSource = null;
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue