mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Updated audioPlayDelay property docs
This commit is contained in:
parent
98c0cfd6fe
commit
b5b752f39f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ var HTML5AudioSoundManager = new Class({
|
|||
*/
|
||||
this.override = true;
|
||||
/**
|
||||
* Value representing time difference in seconds between calling
|
||||
* Value representing time difference, in seconds, between calling
|
||||
* play method on an audio tag and when it actually starts playing.
|
||||
* It is used to achieve more accurate delayed sound playback.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue