mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Updated setRate method docs
This commit is contained in:
parent
945176a9a4
commit
44617e3fc2
1 changed files with 2 additions and 0 deletions
|
@ -390,6 +390,8 @@ var BaseSound = new Class({
|
|||
this.currentMarker = null;
|
||||
},
|
||||
/**
|
||||
* Method used internally to calculate total playback rate of the sound.
|
||||
*
|
||||
* @protected
|
||||
* @method Phaser.Sound.BaseSound#setRate
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue