You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to pack 80k , 32x32 px images but it crashed in this line. If trim is off then it wont crash, otherwise it hits this assert. If I remove it I run into another error on the line above:
thread 'main' panicked at 'index out of bounds: the len is 130 but the index is 130', src/packer/skyline_packer.rs:51:34
The text was updated successfully, but these errors were encountered:
https://github.com/PistonDevelopers/texture_packer/blob/master/src/packer/skyline_packer.rs#L60
I tried to pack 80k , 32x32 px images but it crashed in this line. If trim is off then it wont crash, otherwise it hits this assert. If I remove it I run into another error on the line above:
thread 'main' panicked at 'index out of bounds: the len is 130 but the index is 130', src/packer/skyline_packer.rs:51:34
The text was updated successfully, but these errors were encountered: