We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39e1e7 commit 0f86bbaCopy full SHA for 0f86bba
VideoPlayer/MoverPointer.cs
@@ -53,7 +53,7 @@ protected virtual void Update()
53
}
54
55
56
- if (_grabbingController == null || !(_grabbingController.triggerValue <= 0.9f)) return;
+ if (_grabbingController == null || GetGrip()) return;
57
if (_grabbingController == null) return;
58
wasMoved?.Invoke(_realPos, _realRot, _realScale);
59
_grabbingController = null;
0 commit comments