mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
e2c77fee03
# Objective - Fixes #7636. ## Solution `apply_state_transitions::<S>` runs in `CoreSet::StateTransitions` which is already scheduled before `CoreSet::Update`. Therefore explicitly scheduling `OnUpdate` after `apply_state_transitions::<S>` is not necessary. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |