mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +02:00
forward 'maybeEnableHmdPreview' if control is not visible
This commit is contained in:
parent
f9de255fa7
commit
53e1a0cae5
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ Rectangle {
|
|||
} else {
|
||||
sendToScript(msg);
|
||||
}
|
||||
} else if (msg.method === 'maybeEnableHmdPreview') {
|
||||
sendToScript(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue