Calling unlock method in BaseSoundManager class constructor

This commit is contained in:
Pavle Goloskokovic 2018-01-17 14:03:34 +01:00
parent 377ab5a4e9
commit b33af6d2aa

View file

@ -98,6 +98,7 @@ var BaseSoundManager = new Class({
* @default 0
*/
this._detune = 0;
this.unlock();
},
/**
* Adds a new sound into the sound manager.