mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 11:12:40 +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;
|
||||
function updateControllerDisplay() {
|
||||
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");
|
||||
|
||||
// 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