Skip to content

Commit

Permalink
Fix rr lints
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Apr 27, 2024
1 parent bd74b92 commit be70239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/re_viewer/src/depthai/depthai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ impl State {
pub fn get_connected_cameras(&self) -> &Vec<CameraFeatures> {
&self.selected_device.cameras
}

pub fn get_connected_cameras_mut(&mut self) -> &mut Vec<CameraFeatures> {
&mut self.selected_device.cameras
}
Expand Down

0 comments on commit be70239

Please sign in to comment.