mirror of
https://github.com/photonstorm/phaser
synced 2025-01-18 16:14:02 +00:00
Removed checkTouchLocked from HTML5AudioSound class
This commit is contained in:
parent
da56f97580
commit
cee22b158c
1 changed files with 0 additions and 13 deletions
|
@ -252,19 +252,6 @@ var HTML5AudioSound = new Class({
|
|||
if (this.audio) {
|
||||
this.audio.playbackRate = this.totalRate;
|
||||
}
|
||||
},
|
||||
checkTouchLocked: function (type, name, value) {
|
||||
if (this.manager.touchLocked) {
|
||||
this.touchLockedActionQueue.push({
|
||||
sound: this,
|
||||
type: type,
|
||||
name: name,
|
||||
value: value,
|
||||
time: window.performance.now()
|
||||
});
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
});
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue