Merge pull request #172 from Halfwhit/prelude-fix

Added Mut to ECS prelude
This commit is contained in:
Carter Anderson 2020-08-13 11:56:03 -07:00 committed by GitHub
commit fb4b2d9763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
};
}