Skip to content

Commit 18a83b9

Browse files
committed
Fix bug when updating joints without requesting a hand in WebXR
1 parent b07f3df commit 18a83b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/webxr/WebXRController.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Object.assign( WebXRController.prototype, {
135135

136136
if ( inputSource ) {
137137

138-
if ( inputSource.hand ) {
138+
if ( hand && inputSource.hand ) {
139139

140140
handPose = true;
141141

0 commit comments

Comments
 (0)