mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Updated playTime property description
This commit is contained in:
parent
ca3a4b9373
commit
52d2be65f3
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ var WebAudioSound = new Class({
|
|||
*/
|
||||
this.volumeNode = manager.context.createGain();
|
||||
/**
|
||||
* The time the previous playback started at based on
|
||||
* BaseAudioContext.currentTime value.
|
||||
* The time at which the sound should have started from the beginning.
|
||||
* Based on BaseAudioContext.currentTime value.
|
||||
*
|
||||
* @private
|
||||
* @property {number} playTime
|
||||
|
|
Loading…
Add table
Reference in a new issue