bevy/crates/bevy_ecs/src/world
Mike 510ce5e832 fix resource not found error message (#5128)
There are some outdated error messages for when a resource is not found. It references `add_resource` and `add_non_send_resource` which were renamed to `insert_resource` and `insert_non_send_resource`.
2022-06-29 02:29:51 +00:00
..
entity_ref.rs untyped APIs for components and resources (#4447) 2022-05-30 15:32:47 +00:00
identifier.rs Unique WorldId (#2827) 2021-09-30 20:54:47 +00:00
mod.rs fix resource not found error message (#5128) 2022-06-29 02:29:51 +00:00
spawn_batch.rs Implement FusedIterator for eligible Iterator types (#4942) 2022-06-09 03:19:31 +00:00
world_cell.rs fix resource not found error message (#5128) 2022-06-29 02:29:51 +00:00