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 7cda0b8 commit ccfb78aCopy full SHA for ccfb78a
Assets/VRTK/Prefabs/ControllerTooltips/VRTK_ControllerTooltips.cs
@@ -400,7 +400,7 @@ protected virtual void InitialiseTips()
400
tipText = touchpadText;
401
tipTransform = GetTransform(touchpad, SDK_BaseController.ControllerElements.Touchpad);
402
break;
403
- case "touchpadTwo":
+ case "touchpadtwo":
404
tipText = touchpadTwoText;
405
tipTransform = GetTransform(touchpadTwo, SDK_BaseController.ControllerElements.TouchpadTwo);
406
0 commit comments