Removed unnecessary argument

This commit is contained in:
Pavle Goloskokovic 2018-04-14 18:48:22 +02:00
parent 9125f559c2
commit f8ebcf0588

View file

@ -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);
}
};