Fix edge case with Oculus.

This commit is contained in:
r3tk0n 2018-11-08 11:25:55 -08:00
parent 1bd978e4c3
commit a6494bf379

View file

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