Merge pull request #8277 from jherico/pause_lighting

Ensure the pause overlay is unlit (emissive)
This commit is contained in:
Brad Hefta-Gaub 2016-07-19 08:34:15 -07:00 committed by GitHub
commit 48705d33c5

View file

@ -34,6 +34,7 @@ var OVERLAY_DATA_HMD = {
color: {red: 255, green: 255, blue: 255}, color: {red: 255, green: 255, blue: 255},
alpha: 1, alpha: 1,
scale: 2, scale: 2,
emissive: true,
isFacingAvatar: true, isFacingAvatar: true,
drawInFront: true drawInFront: true
}; };