-
Notifications
You must be signed in to change notification settings - Fork 15
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
Problem with all_children_iter #12
Labels
bug
Something isn't working
Comments
Probably related to amethyst/amethyst#1549 |
mrhatman
added a commit
to mrhatman/amethyst
that referenced
this issue
Feb 2, 2020
7 tasks
bors bot
added a commit
to amethyst/amethyst
that referenced
this issue
Mar 9, 2020
2117: States ui hierarchy issue r=azriel91 a=mrhatman ## Description Fixed an issue where the states ui example would load incorrectly during fast transitions. The issue was with delete hierarchy and its call to all_children_iter. rustgd/specs-hierarchy#12 ## PR Checklist By placing an x in the boxes I certify that I have: - [x] Updated the content of the book if this PR would make the book outdated. - [x] Added a changelog entry if this will impact users, or modified more than 5 lines of Rust that wasn't a doc comment. - [ ] Added unit tests for new code added in this PR. - [x] Acknowledged that by making this pull request I release this code under an MIT/Apache 2.0 dual licensing scheme. If this modified or created any rs files: - [x] Ran `cargo +stable fmt --all` - [x] Ran `cargo clippy --all --features "empty"` - [x] Ran `cargo test --all --features "empty"` Co-authored-by: mrhatman <[email protected]> Co-authored-by: Azriel Hoh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following test fails:
However, it works if I change the order of the entity creation into e.g.:
The text was updated successfully, but these errors were encountered: