From 44617e3fc2f2707b946f97a13cc9c24685e074dd Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Sun, 7 Jan 2018 22:07:35 +0100 Subject: [PATCH] Updated setRate method docs --- v3/src/sound/BaseSound.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v3/src/sound/BaseSound.js b/v3/src/sound/BaseSound.js index 7956d2dbf..b8c7cef42 100644 --- a/v3/src/sound/BaseSound.js +++ b/v3/src/sound/BaseSound.js @@ -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 */