mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-30 20:58:45 +00:00
fix: lower wivrn default foveation to 0.5
This commit is contained in:
parent
af5c57f0f8
commit
e65c4a8d9d
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ pub struct WivrnConfig {
|
|||
impl Default for WivrnConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
scale: Some([0.8, 0.8]),
|
||||
scale: Some([0.5, 0.5]),
|
||||
bitrate: Some(50000000),
|
||||
encoders: vec![],
|
||||
application: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue