mirror of
https://github.com/lubosz/overte.git
synced 2025-08-28 00:16:37 +02:00
moar
This commit is contained in:
parent
a0d4fd4c0e
commit
855561c014
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue