Merge pull request #172 from Halfwhit/prelude-fix
Added Mut to ECS prelude
This commit is contained in:
commit
fb4b2d9763
@ -16,6 +16,6 @@ pub mod prelude {
|
|||||||
Commands, IntoForEachSystem, IntoQuerySystem, IntoThreadLocalSystem, Query, System,
|
Commands, IntoForEachSystem, IntoQuerySystem, IntoThreadLocalSystem, Query, System,
|
||||||
},
|
},
|
||||||
world::WorldBuilderSource,
|
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,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user