mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Finally fix all indentation.
This commit is contained in:
parent
59bba5b6e6
commit
84209c0e53
1 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue