Resetting lockedActionsQueue after performing all locked actions

This commit is contained in:
Pavle Goloskokovic 2018-01-17 19:09:36 +01:00
parent 88d26607ec
commit b25af58495

View file

@ -114,6 +114,8 @@ var HTML5AudioSoundManager = new Class({
lockedAction.sound[lockedAction.name] = lockedAction.value;
}
});
_this.lockedActionsQueue.length = 0;
_this.lockedActionsQueue = null;
});
document.body.addEventListener('touchend', unlock, false);
},