We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10029df commit ecc631bCopy full SHA for ecc631b
Assets/MRTK/Providers/OpenXR/Scripts/MicrosoftArticulatedHand.cs
@@ -184,6 +184,11 @@ protected override void UpdateButtonData(MixedRealityInteractionMapping interact
184
{
185
interactionMapping.BoolData = buttonPressed;
186
}
187
+ else
188
+ {
189
+ base.UpdateButtonData(interactionMapping, inputDevice);
190
+ return;
191
+ }
192
break;
193
default:
194
base.UpdateButtonData(interactionMapping, inputDevice);
0 commit comments