mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +02:00
minimize diff again
This commit is contained in:
parent
f6d799c048
commit
b878f164fb
1 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,6 @@ var desktopMenuItemName = "Desktop";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
var controllerDisplay = false;
|
var controllerDisplay = false;
|
||||||
function updateControllerDisplay() {
|
function updateControllerDisplay() {
|
||||||
if (HMD.active && Menu.isOptionChecked("Third Person")) {
|
if (HMD.active && Menu.isOptionChecked("Third Person")) {
|
||||||
|
@ -38,9 +37,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");
|
||||||
|
|
||||||
// Independent and Entity mode make people sick. Third Person and Mirror have traps that we need to work through.
|
// Independent and Entity mode make people sick. Third Person and Mirror have traps that we need to work through.
|
||||||
|
|
Loading…
Reference in a new issue