Skip to content

Commit dddc522

Browse files
authored
Merge pull request #9881 from keveleigh/fix-knuckles
Fix Knuckles name lookup
2 parents d4bdf4e + 068c404 commit dddc522

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)