mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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