Updated createAndStartLoopBufferSource method docs

This commit is contained in:
Pavle Goloskokovic 2018-01-07 22:30:18 +01:00
parent cbe00bc00d
commit add17bb275

View file

@ -212,6 +212,7 @@ var WebAudioSound = new Class({
* Used internally to do what the name says.
*
* @private
* @method Phaser.Sound.WebAudioSound#createAndStartLoopBufferSource
*/
createAndStartLoopBufferSource: function () {
var when = this.getLoopTime();