mirror of
https://github.com/bevyengine/bevy
synced 2025-01-12 21:29:03 +00:00
1f8cc9dd67
# 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 |