Skip to content

Commit

Permalink
fix download logs
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 9, 2024
1 parent e575095 commit 5f78f2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void addQueue() {
public void load(boolean async, String url, AssetType type, AssetLoaderListener<?> listener) {
switch(type) {
case Binary:
loadBinary(async, url, (AssetLoaderListener<Blob>)listener, 0, true);
loadBinary(async, url, (AssetLoaderListener<Blob>)listener, 0, showLogs);
break;
case Directory:
listener.onSuccess(url, null);
Expand Down

0 comments on commit 5f78f2a

Please sign in to comment.