Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/release-content/migration-guides/entity_allocator.md
9328 views
---
title: "`World::entities_allocator` is now `World::entity_allocator`" pull_requests: [22638]
---

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().