Skip to content

Commit 2204d2a

Browse files
committed
PR fix
1 parent ae22d75 commit 2204d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/webxr-interactions/Runtime/Scripts/ControllerInteraction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private void Update()
108108
}
109109

110110
#if WEBXR_INPUT_PROFILES
111-
if (loadedModel)
111+
if (loadedModel && useInputProfile)
112112
{
113113
UpdateModelInput();
114114
return;

0 commit comments

Comments
 (0)