Updated setRate method docs

This commit is contained in:
Pavle Goloskokovic 2018-01-07 22:35:03 +01:00
parent a4b243cb09
commit 45698f0411

View file

@ -336,7 +336,10 @@ var WebAudioSound = new Class({
this.rateUpdates = null;
},
/**
* @private
* Method used internally to calculate total playback rate of the sound.
*
* @protected
* @method Phaser.Sound.WebAudioSound#setRate
*/
setRate: function () {
BaseSound.prototype.setRate.call(this);