mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 06:08:22 +02:00
minimize diff
This commit is contained in:
parent
561bd27c38
commit
f6d799c048
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ 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")) {
|
||||||
if (!controllerDisplay) {
|
if (!controllerDisplay) {
|
||||||
|
|
Loading…
Reference in a new issue