Skip to content

Commit

Permalink
Fix mirrors spawning behind head
Browse files Browse the repository at this point in the history
  • Loading branch information
hypevhs authored and galister committed Aug 10, 2024
1 parent f4cc49c commit 378ea12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/overlays/mirror.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::{
};

use futures::{Future, FutureExt};
use glam::vec3a;
use wlx_capture::pipewire::{pipewire_select_screen, PipewireCapture, PipewireSelectScreenResult};

use crate::{
Expand Down Expand Up @@ -137,7 +136,6 @@ pub fn new_mirror(
show_hide,
want_visible: true,
spawn_scale: 0.5 * session.config.desktop_view_scale,
spawn_point: vec3a(0., 0.5, 0.5),
..Default::default()
};
let backend = Box::new(SplitOverlayBackend {
Expand Down

0 comments on commit 378ea12

Please sign in to comment.