mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +02:00
minimize diff
This commit is contained in:
parent
5f7a0ea8fc
commit
561bd27c38
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ var desktopMenuItemName = "Desktop";
|
||||||
['OpenVR (Vive)', 'Oculus Rift'].forEach(function (name) {
|
['OpenVR (Vive)', 'Oculus Rift'].forEach(function (name) {
|
||||||
if (!headset && Menu.menuItemExists(displayMenuName, name)) {
|
if (!headset && Menu.menuItemExists(displayMenuName, name)) {
|
||||||
headset = name;
|
headset = name;
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -40,7 +39,7 @@ function updateControllerDisplay() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var button;
|
var button;
|
||||||
|
|
||||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue