From 58d9a19bafb10bcd3049fac83fc0fae3021d9f6b Mon Sep 17 00:00:00 2001 From: Snorre Date: Sat, 5 Apr 2025 18:57:09 +0200 Subject: [PATCH] gg --- scripts/XRHand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/XRHand.cs b/scripts/XRHand.cs index 67519b3..951527c 100644 --- a/scripts/XRHand.cs +++ b/scripts/XRHand.cs @@ -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; } }