mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Updated getCurrentTime method docs
This commit is contained in:
parent
45698f0411
commit
bf29b367ec
1 changed files with 3 additions and 0 deletions
|
@ -359,7 +359,10 @@ var WebAudioSound = new Class({
|
|||
}
|
||||
},
|
||||
/**
|
||||
* Method used internally for calculating current playback time of a playing sound.
|
||||
*
|
||||
* @private
|
||||
* @method Phaser.Sound.WebAudioSound#getCurrentTime
|
||||
*/
|
||||
getCurrentTime: function () {
|
||||
var currentTime = 0;
|
||||
|
|
Loading…
Reference in a new issue