mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-02 14:18:49 +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 {
|
impl Default for WivrnConfig {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
scale: Some([0.8, 0.8]),
|
scale: Some([0.5, 0.5]),
|
||||||
bitrate: Some(50000000),
|
bitrate: Some(50000000),
|
||||||
encoders: vec![],
|
encoders: vec![],
|
||||||
application: None,
|
application: None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue