diff --git a/crates/bevy_gltf/src/loader.rs b/crates/bevy_gltf/src/loader.rs index eaf6425904..4306a48d27 100644 --- a/crates/bevy_gltf/src/loader.rs +++ b/crates/bevy_gltf/src/loader.rs @@ -604,7 +604,7 @@ async fn load_gltf<'a, 'b, 'c>( ( child.index(), load_context - .get_label_handle(format!("{}", GltfAssetLabel::Node(node.index()))), + .get_label_handle(format!("{}", GltfAssetLabel::Node(child.index()))), ) }) .collect::>(),