This commit is contained in:
Snorre 2025-04-05 18:51:56 +02:00
parent 5913a5c314
commit 0b1a3a142c

View file

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