Skip to content

Commit

Permalink
Merge pull request #1881 from Innoactive/fix/tooltips
Browse files Browse the repository at this point in the history
fix(Tooltips): Spelling mistake in touchpadtwo
  • Loading branch information
thestonefox authored Aug 27, 2018
2 parents 7cda0b8 + ccfb78a commit 863cdec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ protected virtual void InitialiseTips()
tipText = touchpadText;
tipTransform = GetTransform(touchpad, SDK_BaseController.ControllerElements.Touchpad);
break;
case "touchpadTwo":
case "touchpadtwo":
tipText = touchpadTwoText;
tipTransform = GetTransform(touchpadTwo, SDK_BaseController.ControllerElements.TouchpadTwo);
break;
Expand Down

0 comments on commit 863cdec

Please sign in to comment.