mirror of
https://github.com/bevyengine/bevy
synced 2025-01-08 03:08:55 +00:00
18abe2186c
# Objective `Commands::spawn_empty` docs say that it queues a command to spawn an entity, but it doesn't. It immediately reserves an `Entity` to be spawned at the next flush point, which is possible because `Entities::reserve_entity()` takes `&self` and no components are added yet. ## Solution Fix docs. |
||
---|---|---|
.. | ||
mod.rs | ||
parallel_scope.rs |