mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 13:03:55 +02:00
selfie to spectatorCamera
This commit is contained in:
parent
3d9904cde1
commit
3f169e50fe
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
|||
|
||||
function setDisplay(showCameraView) {
|
||||
// It would be fancy if (showCameraView && !isUpdateRenderWired) would show instructions, but that's out of scope for now.
|
||||
var url = (showCameraView && isUpdateRenderWired) ? "http://selfieFrame" : "";
|
||||
var url = (showCameraView && isUpdateRenderWired) ? "resource://spectatorCameraFrame" : "";
|
||||
Window.setDisplayTexture(url);
|
||||
}
|
||||
const MONITOR_SHOWS_CAMERA_VIEW_DEFAULT = false;
|
||||
|
|
Loading…
Reference in a new issue