This commit is contained in:
James B. Pollack 2016-08-18 16:52:32 -07:00
parent a0d4fd4c0e
commit 855561c014

View file

@ -23,6 +23,7 @@ if (previousSetting === true) {
isChecked = true;
}
if (previousSetting === false) {
previousSetting = false;
isChecked = false;
}
@ -132,7 +133,7 @@ Script.setTimeout(function() {
enableMappings();
}
}, 0)
}, 100)
HMD.displayModeChanged.connect(function(isHMDMode) {