mirror of
https://github.com/photonstorm/phaser
synced 2024-12-17 16:43:30 +00:00
Updating load progress properties when sound is locked
This commit is contained in:
parent
5720dff5dc
commit
196018d04a
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ var HTML5AudioFile = new Class({
|
|||
{
|
||||
setTimeout(function ()
|
||||
{
|
||||
this.filesLoaded = this.filesTotal;
|
||||
this.percentComplete = 1;
|
||||
this.onLoad();
|
||||
|
||||
}.bind(this));
|
||||
|
|
Loading…
Reference in a new issue