Skip to content

Commit b25af58

Browse files
Resetting lockedActionsQueue after performing all locked actions
1 parent 88d2660 commit b25af58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ var HTML5AudioSoundManager = new Class({
114114
lockedAction.sound[lockedAction.name] = lockedAction.value;
115115
}
116116
});
117+
_this.lockedActionsQueue.length = 0;
118+
_this.lockedActionsQueue = null;
117119
});
118120
document.body.addEventListener('touchend', unlock, false);
119121
},

0 commit comments

Comments
 (0)