mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 09:42:11 +02:00
fix hmd.js
This commit is contained in:
parent
10b9546104
commit
0513204781
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 displayMenuName = "Display";
|
||||
var desktopMenuItemName = "Desktop";
|
||||
['OpenVR (Vive)', 'Oculus Rift'].forEach(function (name) {
|
||||
['HTC Vive', 'Oculus Rift'].forEach(function (name) {
|
||||
if (!headset && Menu.menuItemExists(displayMenuName, name)) {
|
||||
headset = name;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue