small fixes

This commit is contained in:
ForTehLose
2024-09-03 15:20:13 -04:00
parent f30c590cc7
commit 1f016501f3
2 changed files with 4 additions and 9 deletions

View File

@@ -268,6 +268,9 @@ fn spawn_tracking_rig(
let right = cmds
.spawn((SpatialBundle { ..default() }, right_space, RightGrip))
.id();
cmds.entity(root.single())
.push_children(&[head, local_floor, left, right]);
}
//bindings