Skip to content

Commit

Permalink
fix skip
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Mar 6, 2024
1 parent a7ead3e commit bc3366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/BatchManifest.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function BatchManifest() {
characterManager.loadInitialTraits().then(async()=>{
const delay = ms => new Promise(res => setTimeout(res, ms));
await delay(1);
downloadLoaded(index + 1, onlyImage);
downloadLoaded(index, onlyImage);
})
}
}
Expand Down

0 comments on commit bc3366c

Please sign in to comment.