Skip to content

Commit

Permalink
kagura.Loader support kagura.Soundee
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Dec 29, 2022
1 parent 8c6d501 commit dbedb9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/kagura.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/kagura.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/api/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class{
my.url=xhr.responseURL;
my._text=new FileReader()
my._text.readAsText(my.blobObj)

my.sounder=new kagura.Sounder(my.blob);
}
setTimeout(()=>this.loadedOneXhr(load),0)
};
Expand All @@ -53,6 +53,7 @@ class{
my.pixiLoad=value;
my.texture=value.texture;
my.textures=value.textures

}
this.loadedOneXhr("__pixiLoaded__")
});
Expand Down

0 comments on commit dbedb9f

Please sign in to comment.