mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:35:04 +02:00
Merge pull request #8277 from jherico/pause_lighting
Ensure the pause overlay is unlit (emissive)
This commit is contained in:
commit
48705d33c5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue