From 74c654690f1a0b950697779ed1c41de1522b7bdc Mon Sep 17 00:00:00 2001 From: Alexia Mandeville Date: Thu, 15 Mar 2018 16:55:41 -0700 Subject: [PATCH] Updating image path in script for HMD --- scripts/system/away.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/away.js b/scripts/system/away.js index b21d01df0d..d9ff933517 100644 --- a/scripts/system/away.js +++ b/scripts/system/away.js @@ -38,7 +38,7 @@ var OVERLAY_DATA_HMD = { localRotation: {x: 0, y: 0, z: 0, w: 1}, width: OVERLAY_WIDTH, height: OVERLAY_HEIGHT, - imageURL: Script.resolvePath("assets/images/Overlay-Viz-blank.png"), + url: Script.resolvePath("assets/images/Overlay-Viz-blank.png"), color: {red: 255, green: 255, blue: 255}, alpha: 1, scale: 2 * MyAvatar.sensorToWorldScale,