mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Updated setRate method docs
This commit is contained in:
parent
a4b243cb09
commit
45698f0411
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue