profile debugging
This commit is contained in:
parent
05308d88f1
commit
f27ff5d993
|
@ -35,7 +35,8 @@ public partial class XRHand : XRController3D
|
|||
continue;
|
||||
}
|
||||
|
||||
if (body.Mass > strength) {
|
||||
if (body.Mass > strength)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
@ -53,4 +54,9 @@ public partial class XRHand : XRController3D
|
|||
joints.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
public void OnProfileChange(string name) {
|
||||
GD.Print("Profile changed to:");
|
||||
GD.Print(name);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue