mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
aaf806d089
# Objective > Part of #6573 `Children` was not being properly deserialized in scenes. This was due to a missing registration on `SmallVec<[Entity; 8]>`, which is used by `Children`. ## Solution Register `SmallVec<[Entity; 8]>`. --- ## Changelog - Registered `SmallVec<[Entity; 8]>` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |