Skip to content

Commit 0f86bba

Browse files
committed
Fix grip buttons
1 parent b39e1e7 commit 0f86bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VideoPlayer/MoverPointer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected virtual void Update()
5353
}
5454
}
5555

56-
if (_grabbingController == null || !(_grabbingController.triggerValue <= 0.9f)) return;
56+
if (_grabbingController == null || GetGrip()) return;
5757
if (_grabbingController == null) return;
5858
wasMoved?.Invoke(_realPos, _realRot, _realScale);
5959
_grabbingController = null;

0 commit comments

Comments
 (0)