mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 16:12:12 +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) {
|
||||
if (!headset && Menu.menuItemExists(displayMenuName, name)) {
|
||||
headset = name;
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -40,7 +39,7 @@ function updateControllerDisplay() {
|
|||
}
|
||||
|
||||
|
||||
var button;
|
||||
var button;
|
||||
|
||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||
|
||||
|
|
Loading…
Reference in a new issue