mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Removed unnecessary argument
This commit is contained in:
parent
9125f559c2
commit
f8ebcf0588
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ AudioFile.create = function (loader, key, urls, config, xhrSettings)
|
|||
}
|
||||
else
|
||||
{
|
||||
return new HTML5AudioFile(key, url, loader.path, config, game.sound.locked);
|
||||
return new HTML5AudioFile(key, url, loader.path, config);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue