From d98ae1ba9ce229df8d2ec8f329f439384abc0ccd Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 19 Jul 2016 07:10:34 -0700 Subject: [PATCH] Ensure the pause overlay is unlit (emissive) --- scripts/system/away.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/away.js b/scripts/system/away.js index 04263d4223..25c330738f 100644 --- a/scripts/system/away.js +++ b/scripts/system/away.js @@ -34,6 +34,7 @@ var OVERLAY_DATA_HMD = { color: {red: 255, green: 255, blue: 255}, alpha: 1, scale: 2, + emissive: true, isFacingAvatar: true, drawInFront: true };