We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5916d9f commit dc3938eCopy full SHA for dc3938e
1 file changed
src/sound/html5/HTML5AudioSoundManager.js
@@ -126,6 +126,13 @@ var HTML5AudioSoundManager = new Class({
126
});
127
this.onBlurPausedSounds.length = 0;
128
},
129
+ update: function () {
130
+ if (this.touchUnlocked) {
131
+ this.touchUnlocked = false;
132
+ this.touchLocked = false;
133
+ }
134
+ BaseSoundManager.prototype.update.call(this);
135
+ },
136
destroy: function () {
137
BaseSoundManager.prototype.destroy.call(this);
138
0 commit comments