mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Fix edge case with Oculus.
This commit is contained in:
parent
1bd978e4c3
commit
a6494bf379
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue