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

Stack overflow on LoaderError #1

Closed
danielfeather opened this issue Apr 2, 2024 · 1 comment
Closed

Stack overflow on LoaderError #1

danielfeather opened this issue Apr 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@danielfeather
Copy link
Owner

When an error is returned from the asset loader it will cause Bevy's to stack overflow. This is due to the thiserror Error macro not being implemented on the LoaderError trait.

@danielfeather danielfeather added the bug Something isn't working label Apr 2, 2024
@danielfeather
Copy link
Owner Author

Fixed in v0.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant