Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make
ScheduleGraph::initialize
public (bevyengine#7723)
follow-up to bevyengine#7716 # Objective System access is only populated in `System::initialize`, so without calling `initialize` it's actually impossible to see most ambiguities. ## Solution - make `initialize` public. The method is idempotent, so calling it multiple times doesn't hurt
- Loading branch information