mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
2a6dd3e2e0
Due to a bug in `load_gltf`, the `GltfNode::children` links of each node actually point to the node itself, rather than to the node's children. This commit fixes that bug. Note that this didn't affect the scene hierarchy of the instantiated glTF, only the hierarchy as present in the `GltfNode` assets. This is likely why the bug was never noticed until now. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |