mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Initializing lockedActionsQueue in constructor
This commit is contained in:
parent
606ba6d8d7
commit
f89a11793f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ var HTML5AudioSoundManager = new Class({
|
|||
* @private
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.lockedActionsQueue = null;
|
||||
this.lockedActionsQueue = this.locked ? [] : null;
|
||||
|
||||
/**
|
||||
* Property that actually holds the value of global mute
|
||||
|
|
Loading…
Reference in a new issue