mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Updated hasLooped property docs
This commit is contained in:
parent
198f47efb3
commit
6274fc1a95
1 changed files with 2 additions and 1 deletions
|
@ -104,10 +104,11 @@ var WebAudioSound = new Class({
|
|||
this.hasEnded = false;
|
||||
/**
|
||||
* Used for keeping track when sound source has looped
|
||||
* so it's state can be updated accordingly.
|
||||
* so its state can be updated accordingly.
|
||||
*
|
||||
* @private
|
||||
* @property {boolean} hasLooped
|
||||
* @default false
|
||||
*/
|
||||
this.hasLooped = false;
|
||||
this.muteNode.connect(this.volumeNode);
|
||||
|
|
Loading…
Reference in a new issue