From 3f169e50fe776734cd991103069b5ae66f20e1e6 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Thu, 8 Jun 2017 16:18:25 -0700 Subject: [PATCH] selfie to spectatorCamera --- scripts/system/spectatorCamera.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/spectatorCamera.js b/scripts/system/spectatorCamera.js index af0fd92b64..ed67c97f4a 100644 --- a/scripts/system/spectatorCamera.js +++ b/scripts/system/spectatorCamera.js @@ -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;