mirror of
https://github.com/lubosz/overte.git
synced 2025-08-05 14:42:37 +02:00
commit
d8e6ecba35
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
var headset; // The preferred headset. Default to the first one found in the following list.
|
var headset; // The preferred headset. Default to the first one found in the following list.
|
||||||
var displayMenuName = "Display";
|
var displayMenuName = "Display";
|
||||||
var desktopMenuItemName = "Desktop";
|
var desktopMenuItemName = "Desktop";
|
||||||
['OpenVR (Vive)', 'Oculus Rift'].forEach(function (name) {
|
['HTC Vive', 'Oculus Rift', 'WindowMS'].forEach(function (name) {
|
||||||
if (!headset && Menu.menuItemExists(displayMenuName, name)) {
|
if (!headset && Menu.menuItemExists(displayMenuName, name)) {
|
||||||
headset = name;
|
headset = name;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue