Skip to content

Commit

Permalink
Merge pull request bevyengine#172 from Halfwhit/prelude-fix
Browse files Browse the repository at this point in the history
Added Mut to ECS prelude
  • Loading branch information
cart authored Aug 13, 2020
2 parents 317b339 + 14bfd69 commit fb4b2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ pub mod prelude {
Commands, IntoForEachSystem, IntoQuerySystem, IntoThreadLocalSystem, Query, System,
},
world::WorldBuilderSource,
Added, Bundle, Changed, Component, Entity, Mutated, Ref, RefMut, With, Without, World,
Added, Bundle, Changed, Component, Entity, Mut, Mutated, Ref, RefMut, With, Without, World,
};
}

0 comments on commit fb4b2d9

Please sign in to comment.