Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schedule_v3: fix default set for systems not being applied (bevyengin…
…e#7350) # Objective `add_system(system)` without any `.in_set` configuration should land in `CoreSet::Update`. We check that the sets are empty, but for systems there is always the `SystemTypeset`. ## Solution - instead of `is_empty()`, check that the only set it the `SystemTypeSet`
- Loading branch information