This commit is contained in:
Snorre 2025-04-05 18:57:09 +02:00
parent 48599d6fe9
commit 58d9a19baf

View file

@ -55,7 +55,7 @@ public partial class XRHand : XRController3D
joint.NodeA = body.GetPath();
joint.NodeB = rb.GetPath();
joints.Add(joint);
body.AddChild(joint);
rb.AddChild(joint);
joint.Position = Vector3.Zero;
}
}