mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
Marking audio tags as unused when creating them
This commit is contained in:
parent
2903417798
commit
ef60c16551
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ var HTML5AudioFile = new Class({
|
|||
{
|
||||
var audio = new Audio();
|
||||
audio.name = this.key;
|
||||
audio.dataset.used = 'false';
|
||||
audio.preload = 'auto';
|
||||
|
||||
// TODO check if ios is locked
|
||||
|
|
Loading…
Reference in a new issue