File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
webxr-interactions/Runtime/Scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ public void SetUseCollidersForHandJoints(bool value)
193
193
{
194
194
if ( handModelJoints [ i ] . TryGetComponent < Collider > ( out var collider ) )
195
195
{
196
- collider . enabled = useCollidersForHandJoints ;
196
+ collider . enabled = useCollidersForHandJoints ;
197
197
}
198
198
}
199
199
#endif
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ private void OnControllerUpdate(WebXRControllerData controllerData)
386
386
controllerData . rotation ) ;
387
387
#else
388
388
transform . localRotation = controllerData . rotation ;
389
- transform . localPosition = controllerData . position ;
389
+ transform . localPosition = controllerData . position ;
390
390
#endif
391
391
}
392
392
// Oculus on desktop returns wrong rotation for targetRaySpace, this is an ugly hack to fix it
You can’t perform that action at this time.
0 commit comments