Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Joanoa Choa committed Jul 19, 2023
1 parent 1b2decb commit 02d93ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnityLoader.2019.2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3436,7 +3436,7 @@ var UnityLoader = UnityLoader || {
}
// UnityLoader.scheduleBuildDownloadJob(e, "downloadData", "dataUrl"),
console.log(e.totalFile);
if(e.hasOwnProperty(e.totalFile)){
if(e.hasOwnProperty("totalFile")){
UnityLoader.scheduleBuildDownloadJobMulti(e, "downloadData","dataUrl");
} else {
UnityLoader.scheduleBuildDownloadJob(e, "downloadData", "dataUrl");
Expand Down

0 comments on commit 02d93ce

Please sign in to comment.