Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If shuffleLayerConfigurations = true and network = NETWORK.sol the generated image files start with 0, but still end at the same number #1154

Open
arnoldy200 opened this issue May 4, 2022 · 2 comments

Comments

@arnoldy200
Copy link

If shuffleLayerConfigurations = true and network = NETWORK.sol the generated image files start with 0, but still end at the same number. We need to reduce it by 1.

const startCreating = async () => {

@arnoldy200
Copy link
Author

I am new on GITHUB , still trying to commit my changes

i <= (layerConfigurations[layerConfigurations.length - 1].growEditionSizeTo - (network == NETWORK.eth ? 0 : 1));

This fixed the problem

@arnoldy200
Copy link
Author

#1155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant