mirror of
https://github.com/photonstorm/phaser
synced 2025-02-25 11:57:19 +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
|
* @private
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
this.lockedActionsQueue = null;
|
this.lockedActionsQueue = this.locked ? [] : null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property that actually holds the value of global mute
|
* Property that actually holds the value of global mute
|
||||||
|
|
Loading…
Add table
Reference in a new issue