Skip to content

Commit ecc631b

Browse files
committed
Add fallback case for select
1 parent 10029df commit ecc631b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/MRTK/Providers/OpenXR/Scripts/MicrosoftArticulatedHand.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ protected override void UpdateButtonData(MixedRealityInteractionMapping interact
184184
{
185185
interactionMapping.BoolData = buttonPressed;
186186
}
187+
else
188+
{
189+
base.UpdateButtonData(interactionMapping, inputDevice);
190+
return;
191+
}
187192
break;
188193
default:
189194
base.UpdateButtonData(interactionMapping, inputDevice);

0 commit comments

Comments
 (0)