mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-13 21:27:21 +02:00
Fix tablet highlighting not working if start up in HMD
This commit is contained in:
parent
71ec5f3612
commit
35c1241c98
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
|||
}
|
||||
HMD.displayModeChanged.connect(onDisplayModeChanged);
|
||||
HMD.mountedChanged.connect(onDisplayModeChanged);
|
||||
onDisplayModeChanged();
|
||||
|
||||
function cleanUp() {
|
||||
disableDispatcherModule("LeftNearTabletHighlight");
|
||||
|
|
Loading…
Reference in a new issue