mirror of
https://github.com/photonstorm/phaser
synced 2025-01-18 16:14:02 +00:00
Calling unlock method in BaseSoundManager class constructor
This commit is contained in:
parent
377ab5a4e9
commit
b33af6d2aa
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ var BaseSoundManager = new Class({
|
|||
* @default 0
|
||||
*/
|
||||
this._detune = 0;
|
||||
this.unlock();
|
||||
},
|
||||
/**
|
||||
* Adds a new sound into the sound manager.
|
||||
|
|
Loading…
Reference in a new issue