mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +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 {
|
} else {
|
||||||
sendToScript(msg);
|
sendToScript(msg);
|
||||||
}
|
}
|
||||||
|
} else if (msg.method === 'maybeEnableHmdPreview') {
|
||||||
|
sendToScript(msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue