Finally fix all indentation.

This commit is contained in:
r3tk0n 2018-11-08 13:18:25 -08:00
parent 59bba5b6e6
commit 84209c0e53

View file

@ -139,11 +139,11 @@
handControllerImageURL = "img/tablet-help-windowsMR.jpg";
break;
case "vive":
handControllerImageURL = "img/tablet-help-vive.jpg";
break;
case "oculus":
handControllerImageURL = "img/tablet-help-vive.jpg";
break;
case "oculus":
default:
handControllerImageURL = "img/tablet-help-oculus.jpg";
handControllerImageURL = "img/tablet-help-oculus.jpg";
}
switch (params.defaultTab) {