Updated setRate method docs

This commit is contained in:
Pavle Goloskokovic 2018-01-07 22:07:35 +01:00
parent 945176a9a4
commit 44617e3fc2

View file

@ -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
*/