mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +02:00
Ensure the pause overlay is unlit (emissive)
This commit is contained in:
parent
2e491e0afb
commit
d98ae1ba9c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue