mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Moved attenuation setting to non advanced
This commit is contained in:
parent
aa1af0e144
commit
1d37545511
1 changed files with 2 additions and 2 deletions
|
@ -53,11 +53,11 @@
|
|||
},
|
||||
{
|
||||
"name": "attenuation_per_doubling_in_distance",
|
||||
"label": "Attenuattion per doubling in distance",
|
||||
"label": "Attenuation per doubling in distance",
|
||||
"help": "Factor between 0.0 and 1.0 (0.0: No attenuation, 1.0: extreme attenuation)",
|
||||
"placeholder": "0.18",
|
||||
"default": "0.18",
|
||||
"advanced": true
|
||||
"advanced": false
|
||||
},
|
||||
{
|
||||
"name": "dynamic_jitter_buffer",
|
||||
|
|
Loading…
Reference in a new issue