diff --git a/src/Data.cs b/src/Data.cs index c65ded8..d40f6fb 100644 --- a/src/Data.cs +++ b/src/Data.cs @@ -29,7 +29,7 @@ public class Grab { if (!Held) // Allow only one hand at a time to grab { - if (Vec3.Distance(hand.palm.position, pose.position) < 0.1f) + if (Vec3.Distance(hand.palm.position, pose.position) < 0.14f) { held_by = hand; grab_ref = this;