-
Notifications
You must be signed in to change notification settings - Fork 63
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
Infinite loop on small images #66
Comments
Hi, please send me examples of files which cause this mistake, and the file of the project with settings |
json of the project file:
|
did you also try the sprite I provided? |
i found mistake incorrect calculate steps |
ah, so It would resolve to 0, hanging somewhere without doing any steps? |
yes, see last commit |
Nice. Btw, the latest release is from 2017, will you create a new release soon? |
Oh I did not do it so long ago:) |
37 commits behind master ;) |
crashed when i choose a smaller size of the sprite sheet |
Mac user here. It seems that when I use images smaller than 10px (10px width, 9px height, png), the application hangs and seems to go in an infinite loop. It says: Optimizing atlas in the bottom right corner. I have to force quit it to stop it. When I use an image of 10x10px, it's fine. I searched in the source code, but I am having a hard time to find out why it does that. There is a for and while loop after that statement that displays the message:
The text was updated successfully, but these errors were encountered: