Skip to content

Commit c1857a3

Browse files
authored
Merge pull request mrdoob#19983 from fernandojsg/fixhand
Fix bug when updating joints without requesting a hand in WebXR
2 parents b07f3df + 18a83b9 commit c1857a3

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)