Skip to content

Commit 068c404

Browse files
committed
Fix Knuckles name lookup
1 parent 78a9037 commit 068c404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/Providers/OpenVR/OpenVRDeviceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ protected override SupportedControllerType GetCurrentControllerType(string joyst
192192
return SupportedControllerType.ViveWand;
193193
}
194194

195-
if (joystickName.Contains("Vive Knuckles"))
195+
if (joystickName.Contains("Knuckles"))
196196
{
197197
return SupportedControllerType.ViveKnuckles;
198198
}

0 commit comments

Comments
 (0)