add Or back to prelude (#1564)
The bevy ecs v2 rewrite seems to have removed the `Or` query filter from the prelude, which I assume was done on accident, since `With` and `Without` are still there.
This commit is contained in:
parent
3a2a68852c
commit
4686437d7a
@ -16,7 +16,7 @@ pub mod prelude {
|
|||||||
pub use crate::{
|
pub use crate::{
|
||||||
bundle::Bundle,
|
bundle::Bundle,
|
||||||
entity::Entity,
|
entity::Entity,
|
||||||
query::{Added, Changed, Flags, Mutated, QueryState, With, WithBundle, Without},
|
query::{Added, Changed, Flags, Mutated, Or, QueryState, With, WithBundle, Without},
|
||||||
schedule::{
|
schedule::{
|
||||||
AmbiguitySetLabel, ExclusiveSystemDescriptorCoercion, ParallelSystemDescriptorCoercion,
|
AmbiguitySetLabel, ExclusiveSystemDescriptorCoercion, ParallelSystemDescriptorCoercion,
|
||||||
Schedule, Stage, StageLabel, State, StateStage, SystemLabel, SystemStage,
|
Schedule, Stage, StageLabel, State, StateStage, SystemLabel, SystemStage,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user