Thinkofname/steven

Remove the unsafe replace/uninitialized calls in the ECS

Closed this issue · 0 comments

This was me being lazy with the borrow checker but it isn't safe at all

Example: https://github.com/Thinkofname/steven-rust/blob/master/src/ecs/mod.rs#L150