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

System ordering has errors #389

Closed
AnthonyTornetta opened this issue Dec 22, 2024 · 0 comments · Fixed by #390
Closed

System ordering has errors #389

AnthonyTornetta opened this issue Dec 22, 2024 · 0 comments · Fixed by #390
Assignees
Labels
bug Something isn't working
Milestone

Comments

@AnthonyTornetta
Copy link
Owner

AnthonyTornetta commented Dec 22, 2024

ERROR bevy_ecs::schedule::schedule: Schedule Update has redundant edges:
 hierarchy contains redundant edge(s) -- system `spawn_asteroids (in sets (spawn_asteroids, generate_asteroids), Asteroid, Between)` cannot be child of set `Between`, longer path exists
 -- system `spawn_planets (in sets (spawn_planets, monitor_planets_to_spawn), Between, Planet)` cannot be child of set `Between`, longer path exists
 -- system `generate_stars (in sets (generate_stars, load_stars_in_universe), Between, Star)` cannot be child of set `Between`, longer path exists
@AnthonyTornetta AnthonyTornetta added the bug Something isn't working label Dec 22, 2024
@AnthonyTornetta AnthonyTornetta added this to the 0.0.7a milestone Dec 22, 2024
@AnthonyTornetta AnthonyTornetta self-assigned this Dec 22, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Cosmos Release Dec 22, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Cosmos Release Dec 23, 2024
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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant