Skip to content

Commit ccfb78a

Browse files
committed
fix(Tooltips): Spelling mistake in touchpadtwo
1 parent 7cda0b8 commit ccfb78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/VRTK/Prefabs/ControllerTooltips/VRTK_ControllerTooltips.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ protected virtual void InitialiseTips()
400400
tipText = touchpadText;
401401
tipTransform = GetTransform(touchpad, SDK_BaseController.ControllerElements.Touchpad);
402402
break;
403-
case "touchpadTwo":
403+
case "touchpadtwo":
404404
tipText = touchpadTwoText;
405405
tipTransform = GetTransform(touchpadTwo, SDK_BaseController.ControllerElements.TouchpadTwo);
406406
break;

0 commit comments

Comments
 (0)