mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 11:03:06 +00:00
3ff68b6ddb
# Objective - The stageless executor keeps track of systems that have run, but have not applied their system buffers. The bitset for that was being cloned into apply_system_buffers and cleared in that function, but we need to clear the original version instead of the cloned version ## Solution - move the clear out of the apply_system_buffers function. Co-authored-by: Carter Anderson <mcanders1@gmail.com> |
||
---|---|---|
.. | ||
executor | ||
condition.rs | ||
config.rs | ||
graph_utils.rs | ||
migration.rs | ||
mod.rs | ||
schedule.rs | ||
set.rs | ||
state.rs |