bevy/crates/bevy_ecs/src/schedule
Lixou 003765a878
Remove unnecessary if statement in scheduler (#10446)
# Objective

There is an if statement checking if a node is present in a graph
moments after it explicitly being added.
Unless the edge function has super weird side effects and the tests
don't pass, this is unnecessary.

## Solution

Removed it
2023-11-09 00:57:22 +00:00
..
executor Global TaskPool API improvements (#10008) 2023-10-23 20:48:48 +00:00
condition.rs Remove States::variants and remove enum-only restriction its derive (#9945) 2023-09-30 22:32:39 +00:00
config.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
graph_utils.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
mod.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
schedule.rs Remove unnecessary if statement in scheduler (#10446) 2023-11-09 00:57:22 +00:00
set.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
state.rs Remove States::variants and remove enum-only restriction its derive (#9945) 2023-09-30 22:32:39 +00:00