Back to Bevy

`World::entities_allocator` is now `World::entity_allocator`

release-content/migration-guides/entity_allocator.md

0.18.1222 B
Original Source

World::entities_allocator() has been renamed to World::entity_allocator() to match the type returned (EntityAllocator). Likewise, World::entities_allocator_mut() has been renamed to World::entity_allocator_mut().